log file hamdling tweaks

This commit is contained in:
Richard Frith-Macdonald 2022-01-31 13:35:40 +00:00
parent f3df026023
commit e0cd6bf36e
3 changed files with 6 additions and 2 deletions

View file

@ -24,6 +24,6 @@ include $(GNUSTEP_MAKEFILES)/test-tool.make
after-clean::
rm -f core core.* *.core \
test_*.log test_*.err \
test_*.out test_*.err \
tests.log tests.sum oldtests.log oldtests.sum

View file

@ -12,3 +12,5 @@
# delimited list of all the available tests in the directory.
# If neither variable is specified the system assumes SEQUENCE="*" so that
# all available tests are executed sequentially.
# Test names may occur more than once, in which case those tests will be
# executed more than once.

View file

@ -489,7 +489,9 @@ proc_test_log ()
cat $GSTESTSUM.tmp >> $GSTESTSUM
cat $TESTLOG >> $GSTESTLOG
rm $TESTLOG
rm -f $TESTLOG
cat $TESTVRB
rm -f $TESTVRB
# If there were failures or skipped tests then report them...
if present $GSTESTSUM.tmp "^Failed build:" "^Failed file:" "^Failed set:" "^Failed test:" "^Skipped set:"