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