mkcheck.in (explanation): Retain output of all failing compiles.

2000-11-21  Loren J. Rittle  <ljrittle@acm.org>

        * mkcheck.in (explanation): Retain output of all failing
        compiles.  Don't add gratuitous space to the log file.

From-SVN: r37647
This commit is contained in:
Loren J. Rittle 2000-11-22 06:37:14 +00:00 committed by Benjamin Kosnik
parent c385cdf6a8
commit d37db09b0d
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ test_file()
else
# the file did not compile/link.
printf "\n" >> $LOG_FILE
`cat compile.out > $LOG_FILE`
`cat compile.out >> $LOG_FILE`
rm compile.out
RESULT="-b"
TEXT="0"