mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 01:10:56 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32209 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c580943abb
commit
7d4a68f2b6
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ run_test_file ()
|
|||
|
||||
# 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
|
||||
if [ $? = "1" ]
|
||||
if [ $? = "0" ]
|
||||
then
|
||||
echo
|
||||
echo $TESTFILE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue