summaryrefslogtreecommitdiff
path: root/test/scripts/light-system-test-stop.sh
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-02-07 17:02:44 +0100
committerLinus Nordberg <linus@nordu.net>2017-02-07 17:02:44 +0100
commit70a87a1d878106aa97205507c3cd3eb9ba1667f2 (patch)
tree1ef06e6bd7a704f07bfd4457c8a8920969c81b1b /test/scripts/light-system-test-stop.sh
parent71cc72d3c5e977355ebb0aa8bcb065a08207ec2f (diff)
Create and use the minsize file.
Diffstat (limited to 'test/scripts/light-system-test-stop.sh')
-rwxr-xr-xtest/scripts/light-system-test-stop.sh2
1 files changed, 1 insertions, 1 deletions
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