git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32209 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-18 17:32:01 +00:00
parent c580943abb
commit 7d4a68f2b6

View file

@ -196,7 +196,7 @@ run_test_file ()
# If there were failures or unresolved tests then report them... # If there were failures or unresolved tests then report them...
grep "^\(Failed build\|Failed file\|Failed set\|Failed test\):" $CWD/tests.sum.tmp 2>/dev/null >/dev/null grep "^\(Failed build\|Failed file\|Failed set\|Failed test\):" $CWD/tests.sum.tmp 2>/dev/null >/dev/null
if [ $? = "1" ] if [ $? = "0" ]
then then
echo echo
echo $TESTFILE: echo $TESTFILE: