diff options
author | Matthew Goins <mjgoins@openflows.com> | 2009-07-11 19:04:26 -0400 |
---|---|---|
committer | Matthew Goins <mjgoins@openflows.com> | 2009-07-11 19:04:26 -0400 |
commit | b6bd17157915c420b8cda418abc4c658e2da83c6 (patch) | |
tree | 0dc1d5ff6dfb32f5e0f9f6af9a2f9f8feba11835 /tests | |
parent | 9eb1c769ec82b339079ba786fce9592ec846f115 (diff) | |
parent | 56f591cdd4f4e7032d573f2942f7b6cf3a01c8c2 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/common b/tests/common index 6d732c8..727ad0f 100644 --- a/tests/common +++ b/tests/common @@ -4,7 +4,8 @@ failed_cleanup() { # FIXME: can we be more verbose here? echo 'FAILED!' 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 + printf "press enter to cleanup and remove tmp (or type 'bash' for a subshell to examine): " >&2 + read XX if [ "$XX" = bash ] ; then echo "Entering subshell..." cd "$TEMPDIR" |