document names of log files

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@37524 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-12-30 06:34:50 +00:00
parent bcb8180e0d
commit f1fe782b69

View file

@ -62,6 +62,9 @@ subdirectories of the current directory, and attempt to run tests in each.
During testing, temporary files are created and removed for each test,
but any temporary files from the most recent test in each directory
are left (to help you debugging), as are the log files.
The summary log of a test run is left in the tests.sum file.
The detailed log of a test run is left in the tests.log file.
The log from any previous run is left in oldtests.sum (and oldtests.log).
You can run 'gnustep-tests --clean' to remove left-over temporary files
and all log files.