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: r37640
This commit is contained in:
parent
5388a89aac
commit
19322a5c41
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user