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"; }
|
if ($opt_stop) { die "%Error: --stop and errors found\n"; }
|
||||||
}
|
}
|
||||||
$leftcnt--;
|
$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();
|
)->ready();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue