From: Wouter Verhelst Date: Mon, 2 Mar 2015 17:55:37 +0000 (+0100) Subject: Make test suite script be more helpful when run in "set up config" mode X-Git-Tag: nbd-3.9~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b82ebac5b42f459267f0b047ce4df5faa37e11ab;p=platform%2Fupstream%2Fnbd.git Make test suite script be more helpful when run in "set up config" mode --- diff --git a/tests/run/simple_test b/tests/run/simple_test index 3555656..23daf97 100755 --- a/tests/run/simple_test +++ b/tests/run/simple_test @@ -30,6 +30,8 @@ cleanup() { if [ -z "$cleanup" ] then rm -rf $tmpdir + else + echo "Setup in $tmpdir" fi }