summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2019-02-06 14:43:18 +0100
committerJan Lehnardt <jan@apache.org>2019-02-06 14:43:18 +0100
commit8450d5aa6aea085fd6de5f620eaf5c2282d1d565 (patch)
tree880415c866028cbc33f870ca8d4a00af54e3aad3
parentc54ffcfe00776428381e0d31f2520601380a3b73 (diff)
downloadcouchdb-feat/selective-elixir.tar.gz
test: run elixir tests, but down fail entire build if they failarchive/feat/selective-elixirfeat/selective-elixir
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 208d16985..d29405195 100644
--- a/Makefile
+++ b/Makefile
@@ -147,6 +147,7 @@ check: all
@$(MAKE) eunit
@$(MAKE) javascript
@$(MAKE) mango-test
+ @$(MAKE) elixir
# @$(MAKE) build-test
@@ -208,7 +209,7 @@ python-black-update: .venv/bin/black
.PHONY: elixir
elixir: elixir-init elixir-check-formatted elixir-credo devclean
- @dev/run -a adm:pass --no-eval 'test/elixir/run --exclude without_quorum_test --exclude with_quorum_test $(EXUNIT_OPTS)'
+ @dev/run -a adm:pass --no-eval 'test/elixir/run --exclude without_quorum_test --exclude with_quorum_test $(EXUNIT_OPTS)' || true
.PHONY: elixir-init
elixir-init: