test613: stop showing an error on missing output file
This test would show an error message if the output was missing during the log post-processing step, but the message was not captured by the test harness and wasn't useful since the normal golden log file comparison would the problem more clearly.
This commit is contained in:
parent
9cc5787577
commit
a2b4391a1d
@ -81,7 +81,7 @@ elsif ($ARGV[0] eq "postprocess")
|
||||
|
||||
rmdir $dirname || die "$!";
|
||||
|
||||
if ($logfile) {
|
||||
if ($logfile && -s $logfile) {
|
||||
# Process the directory file to remove all information that
|
||||
# could be inconsistent from one test run to the next (e.g.
|
||||
# file date) or may be unsupported on some platforms (e.g.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user