X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fcommon;fp=tests%2Fcommon;h=0f9050015cde858c58224dd387a57568ede5a00b;hb=0dc13ca3b54ecd5ce311f88fed736aca1774b525;hp=adc96a24924961de855342b2ed4ac5d88f1de121;hpb=5d6d207f7c1ad3e4545484fbab84ce25ef756ea0;p=monkeysphere.git diff --git a/tests/common b/tests/common index adc96a2..0f90500 100644 --- a/tests/common +++ b/tests/common @@ -3,7 +3,10 @@ failed_cleanup() { # FIXME: can we be more verbose here? echo 'FAILED!' - read -p "press enter to cleanup and remove tmp:" + read -p "press enter to cleanup and remove tmp (or type bash for a subshell to examine): " XX + if [ "$XX" = bash ] ; then + bash + fi cleanup }