diff options
Diffstat (limited to 'bin/tests/system/stopall.sh')
-rw-r--r-- | bin/tests/system/stopall.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/tests/system/stopall.sh b/bin/tests/system/stopall.sh index 8eaa9d9..19d3f56 100644 --- a/bin/tests/system/stopall.sh +++ b/bin/tests/system/stopall.sh @@ -17,7 +17,6 @@ . ./conf.sh -for d in $SUBDIRS -do - $SHELL stop.sh $d +for d in $SUBDIRS; do + $SHELL stop.sh $d done |