test: remind where the log file is.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2011-02-01 14:44:02 +11:00
parent 3cdcfda4b0
commit d11128690b
1 changed files with 1 additions and 1 deletions

2
test
View File

@ -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