From 70a87a1d878106aa97205507c3cd3eb9ba1667f2 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 7 Feb 2017 17:02:44 +0100 Subject: Create and use the minsize file. --- test/scripts/light-system-test-stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scripts/light-system-test-stop.sh') diff --git a/test/scripts/light-system-test-stop.sh b/test/scripts/light-system-test-stop.sh index 2265a34..aef9c76 100755 --- a/test/scripts/light-system-test-stop.sh +++ b/test/scripts/light-system-test-stop.sh @@ -14,7 +14,7 @@ stop_node() { for nodegroup in $FRONTENDNODES $MERGEPRIMARYNODE $STORAGENODES $MERGESECONDARYNODES $SIGNINGNODES; do for node in $nodegroup; do - echo "starting $node" + echo "stopping $node" stop_node $(echo $node | tr ':' ' ') done done -- cgit v1.1