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-11-10 12:48:47 +0100
commit302c45616c3accb22d7e84530da6be17adf2dc8d (patch)
treeaa349b6437e1426ff369f2a4660aa6f0130367e0 /Makefile
parentaaed8aff7c425c8ac2a15e584e24317da327f5e4 (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 \