Make 'test-env restart cluster' work.

This commit is contained in:
Daniel Nichter
2013-03-06 12:03:34 -07:00
parent 3196e4b67d
commit 2dc610ffe7

View File

@@ -379,8 +379,9 @@ case $opt in
done
;;
restart)
$0 stop
$0 start
shift;
$0 stop "$@"
$0 start "$@"
;;
status)
sandbox_status 'master' '12345'