Commit d37db09b by Loren J. Rittle Committed by Benjamin Kosnik

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
parent c385cdf6
...@@ -423,7 +423,7 @@ test_file() ...@@ -423,7 +423,7 @@ test_file()
else else
# the file did not compile/link. # the file did not compile/link.
printf "\n" >> $LOG_FILE printf "\n" >> $LOG_FILE
`cat compile.out > $LOG_FILE` `cat compile.out >> $LOG_FILE`
rm compile.out rm compile.out
RESULT="-b" RESULT="-b"
TEXT="0" TEXT="0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment