tests: Print status to stderr

This commit is contained in:
Wilson Snyder 2011-07-24 15:01:36 -04:00
parent d88d85c172
commit d5478e6e08

View File

@ -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();
}