From 2dc610ffe7b16194a792654af7ea84d60a78ba0c Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Wed, 6 Mar 2013 12:03:34 -0700 Subject: [PATCH] Make 'test-env restart cluster' work. --- sandbox/test-env | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sandbox/test-env b/sandbox/test-env index 5b0cec82..81193b85 100755 --- a/sandbox/test-env +++ b/sandbox/test-env @@ -379,8 +379,9 @@ case $opt in done ;; restart) - $0 stop - $0 start + shift; + $0 stop "$@" + $0 start "$@" ;; status) sandbox_status 'master' '12345'