summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2015-09-24 16:48:36 +0200
committerLinus Nordberg <linus@nordu.net>2015-09-27 13:38:30 +0200
commit381c04e1cc083c5795f1bf16763e67d505be022f (patch)
treeaa349b6437e1426ff369f2a4660aa6f0130367e0 /Makefile
parent38722592047855cedd4ef2701854638bd50e0467 (diff)
Add ERLANGNODES to (generated) test.mk.
merge-1 is a NODE but doesn't have an erl(1) instance.
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 \