From 062f4e0273404c14b31216442308f14b30d34947 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 21 Feb 2009 16:31:21 -0500 Subject: [PATCH] making entry into subshell after failed test run more explicit (thanks for the suggestion, Ross!) --- tests/common | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1