This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 290314a3299fb66b3ed7db243ff9be0253d28384
Author: hulkoba <[email protected]>
AuthorDate: Wed Nov 19 12:16:47 2025 +0100

    chore(makefile): add possibility to run elixir-search per file
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6847037df..06578a6eb 100644
--- a/Makefile
+++ b/Makefile
@@ -284,7 +284,7 @@ ifneq ($(_WITH_CLOUSEAU), )
                "$(_WITH_CLOUSEAU)" \
                "$(TEST_OPTS)" \
                --locald-config test/config/test-config.ini \
-               --no-eval 'mix test --trace --include 
test/elixir/test/config/search.elixir'
+               --no-eval 'mix test --trace --include 
test/elixir/test/config/search.elixir $(EXUNIT_OPTS)'
 else
        @echo "Warning: Clouseau is not enabled, \`elixir-search\` cannot be 
run."
 endif

Reply via email to