From: Daniel Kahn Gillmor Date: Sat, 21 Feb 2009 21:31:21 +0000 (-0500) Subject: making entry into subshell after failed test run more explicit (thanks for the sugges... X-Git-Tag: monkeysphere_0.23~7^2 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=062f4e0273404c14b31216442308f14b30d34947 making entry into subshell after failed test run more explicit (thanks for the suggestion, Ross!) --- diff --git a/tests/common b/tests/common index 0f90500..30c6a82 100644 --- a/tests/common +++ b/tests/common @@ -5,6 +5,8 @@ failed_cleanup() { echo 'FAILED!' read -p "press enter to cleanup and remove tmp (or type bash for a subshell to examine): " XX if [ "$XX" = bash ] ; then + echo "Entering subshell..." + cd "$TEMPDIR" bash fi