summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92d4577..4f16707 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ tests-prepare:
rm -f $(INSTDIR)/cur-sth.json
tests-start:
- @for node in $(NODES); do \
+ @for node in $(ERLANGNODES); do \
(cd $(INSTDIR) ; bin/run_erl -daemon ../test/nodes/$$node/ ../test/nodes/$$node/log/ "exec bin/erl -config $$node") \
done
@for i in 1 2 3 4 5 6 7 8 9 10; do \