Browse Source

Added realpath to ebin in test run to prevent ct_run messages

Steve Strong 12 years ago
parent
commit
0c8266dbef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      erlang.mk

+ 1 - 1
erlang.mk

@@ -173,7 +173,7 @@ build-tests: build-test-deps
 CT_RUN = ct_run \
 CT_RUN = ct_run \
 	-no_auto_compile \
 	-no_auto_compile \
 	-noshell \
 	-noshell \
-	-pa ebin $(DEPS_DIR)/*/ebin \
+	-pa $(realpath ebin) $(DEPS_DIR)/*/ebin \
 	-dir test \
 	-dir test \
 	-logdir logs
 	-logdir logs
 #	-cover test/cover.spec
 #	-cover test/cover.spec