mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
log file hamdling tweaks
This commit is contained in:
parent
f3df026023
commit
e0cd6bf36e
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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:"
|
||||
|
|
Loading…
Reference in a new issue