aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorSteve Strong <[email protected]>2013-08-18 18:13:25 +0200
committerSteve Strong <[email protected]>2013-08-18 18:13:25 +0200
commit0c8266dbefef3b15d8012caa64e94eba9209a7e8 (patch)
treef53ab00e2568bccd6706b4c32cf91d3c7be01441 /erlang.mk
parent1b6aa025514d131082ca10fca8c791af1bddaf8d (diff)
downloaderlang.mk-0c8266dbefef3b15d8012caa64e94eba9209a7e8.tar.gz
erlang.mk-0c8266dbefef3b15d8012caa64e94eba9209a7e8.tar.bz2
erlang.mk-0c8266dbefef3b15d8012caa64e94eba9209a7e8.zip
Added realpath to ebin in test run to prevent ct_run messages
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index dc0c3ed..7cbe768 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -173,7 +173,7 @@ build-tests: build-test-deps
CT_RUN = ct_run \
-no_auto_compile \
-noshell \
- -pa ebin $(DEPS_DIR)/*/ebin \
+ -pa $(realpath ebin) $(DEPS_DIR)/*/ebin \
-dir test \
-logdir logs
# -cover test/cover.spec