From d11128690b61e61c1ff12b2c4b3d7028a0715b1d Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 1 Feb 2011 14:44:02 +1100 Subject: [PATCH] test: remind where the log file is. Signed-off-by: NeilBrown --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index cbca4d1..cb1398b 100755 --- a/test +++ b/test @@ -211,7 +211,7 @@ do echo -ne "$script... " if ( set -ex ; . $script ) 2> $targetdir/log then echo "succeeded" - else echo "FAILED" + else echo "FAILED - see $targetdir/log for details" exit 1 fi fi