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 done
;; ;;
restart) restart)
$0 stop shift;
$0 start $0 stop "$@"
$0 start "$@"
;; ;;
status) status)
sandbox_status 'master' '12345' sandbox_status 'master' '12345'