This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d5a1339f329c8de02ae5f26c5b3f10d973e540e5 Author: Jan Lehnardt <[email protected]> AuthorDate: Thu Feb 26 17:16:27 2026 +0100 chore: fail elixir test after first error instead of waiting for the whole suite --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e046a0996..17c3c94c3 100644 --- a/Makefile +++ b/Makefile @@ -254,7 +254,7 @@ elixir: elixir-init devclean --no-join \ --locald-config test/elixir/test/config/test-config.ini \ --erlang-config rel/files/eunit.config \ - --no-eval 'mix test --trace --include test/elixir/test/config/suite.elixir --exclude test/elixir/test/config/skip.elixir $(EXUNIT_OPTS)' + --no-eval 'mix test --max-failures 1 --trace --include test/elixir/test/config/suite.elixir --exclude test/elixir/test/config/skip.elixir $(EXUNIT_OPTS)' ifneq ($(CLOUSEAU_DIR),) _WITH_CLOUSEAU="--with-clouseau --clouseau-dir=$(CLOUSEAU_DIR)"
