mirror of
https://github.com/verilator/verilator.git
synced 2025-01-23 23:04:14 +00:00
tests: Print status to stderr
This commit is contained in:
parent
d88d85c172
commit
d5478e6e08
@ -165,7 +165,7 @@ sub one_test {
|
||||
if ($opt_stop) { die "%Error: --stop and errors found\n"; }
|
||||
}
|
||||
$leftcnt--;
|
||||
print "==SUMMARY: Left $leftcnt Passed $okcnt Skipped $skcnt Failed $failcnt\n";
|
||||
print STDERR "==SUMMARY: Left $leftcnt Passed $okcnt Skipped $skcnt Failed $failcnt\n";
|
||||
},
|
||||
)->ready();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user