X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fcommon;fp=tests%2Fcommon;h=a000c565a2d4b2045c2ad425307945598484596d;hb=00ff70f6038a20c09968bc7b1cd2309916e178a8;hp=e53c31ed72e426726353a0ed0b10206e8815e261;hpb=c2a85da2be8f884cb7e96f05d8a37dcb6ddd80b5;p=monkeysphere.git diff --git a/tests/common b/tests/common index e53c31e..a000c56 100644 --- a/tests/common +++ b/tests/common @@ -3,7 +3,7 @@ failed_cleanup() { # FIXME: can we be more verbose here? echo 'FAILED!' - if [ "$MONKEYSPHERE_TEST_ALLOW_EXAMINATION" = prompt ] ; then + if [ -z "$MONKEYSPHERE_TEST_NO_EXAMINE" ] ; then 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..."