summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuanjo Rodriguez <jjrodrig@gmail.com>2020-03-16 16:21:57 +0100
committerGitHub <noreply@github.com>2020-03-16 16:21:57 +0100
commit1f54b1419342c5182a5fd17863020e08137e479d (patch)
tree9785634f8c22ea9dd146f133d8b71ffa04b195cc /Makefile
parentda7f648008a1961c7146d38cfa2d57452bd38b4a (diff)
downloadcouchdb-1f54b1419342c5182a5fd17863020e08137e479d.tar.gz
Port elixir proxyauth tests from js to elixir (#2660)
* Add support for specify a custom config file for CouchDB startup during testing * Port proxyauth test from js to elixir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e229ee55b..7d56dd1ab 100644
--- a/Makefile
+++ b/Makefile
@@ -223,7 +223,10 @@ python-black-update: .venv/bin/black
elixir: export MIX_ENV=integration
elixir: export COUCHDB_TEST_ADMIN_PARTY_OVERRIDE=1
elixir: elixir-init elixir-check-formatted elixir-credo devclean
- @dev/run "$(TEST_OPTS)" -a adm:pass -n 1 --enable-erlang-views --no-eval 'mix test --trace --exclude without_quorum_test --exclude with_quorum_test $(EXUNIT_OPTS)'
+ @dev/run "$(TEST_OPTS)" -a adm:pass -n 1 \
+ --enable-erlang-views \
+ --locald-config test/elixir/test/config/test-config.ini \
+ --no-eval 'mix test --trace --exclude without_quorum_test --exclude with_quorum_test $(EXUNIT_OPTS)'
.PHONY: elixir-init
elixir-init: MIX_ENV=test