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

jiahuili430 pushed a commit to branch add-retry-until-for-search_test.exs
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to 
refs/heads/add-retry-until-for-search_test.exs by this push:
     new c130ed973 t mix test --failed
c130ed973 is described below

commit c130ed973efea36478c0316bb0e46381ee6ea0f0
Author: Jiahui Li <[email protected]>
AuthorDate: Sun Apr 12 15:51:59 2026 -0500

    t mix test --failed
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 13188a2c5..3807e52c3 100644
--- a/Makefile
+++ b/Makefile
@@ -271,7 +271,9 @@ ifneq ($(_WITH_CLOUSEAU), )
                "$(_WITH_CLOUSEAU)" \
                "$(TEST_OPTS)" \
                --locald-config test/config/test-config.ini \
-               --no-eval 'mix test --max-cases 1 --trace --include 
test/elixir/test/config/search.elixir $(EXUNIT_OPTS)'
+               --no-eval \
+               'mix test --trace --include 
test/elixir/test/config/search.elixir $(EXUNIT_OPTS)' || \
+               'mix test --failed --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