summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-10-07 22:59:17 +0300
committerAlexander Shorin <kxepal@apache.org>2015-10-08 12:47:42 +0300
commitcdb1a788d4c0e8882d522ac9f490b5c97ae414e7 (patch)
tree30435264596a54b5484fb552c19bf63a00686927
parentf129e30d15d79c4b3a6a23df7428d9057ee0129b (diff)
downloadcouchdb-cdb1a788d4c0e8882d522ac9f490b5c97ae414e7.tar.gz
Use vm.args for rebar eunit
This turns off sasl and error_logger during tests run
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d07fb0ea1..131e06e9d 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ docker-stop:
eunit: export BUILDDIR = $(shell pwd)
eunit: couch
@${REBAR} setup_eunit
- @${REBAR} -r eunit skip_deps=meck,mochiweb,lager,snappy,folsom
+ @ERL_FLAGS="-args_file tmp/etc/vm.args" ${REBAR} -r eunit skip_deps=meck,mochiweb,lager,snappy,folsom
javascript: all
# TODO: Fix tests to look for these files in their new path