diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-04-08 00:43:05 -0400 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-04-08 00:43:05 -0400 |
commit | dfd67a14003fbfb4b1ba2269e7d47f4d0c44fcf8 (patch) | |
tree | 3372902f39b0995a39b62851671fe33e4ceeb56e /tests/common | |
parent | f77a5d79b4a9b4b44cb3786237931458265e49ed (diff) | |
parent | ee3872232ffc40ab0ae7ea823059806f839f2700 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'tests/common')
-rw-r--r-- | tests/common | 2 |
1 files changed, 1 insertions, 1 deletions
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..." |