Просмотр исходного кода

Added realpath to ebin in test run to prevent ct_run messages

Steve Strong 12 лет назад
Родитель
Сommit
0c8266dbef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      erlang.mk

+ 1 - 1
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