mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:33:33 +03:00
added a little percentage for "ok coverage"
This commit is contained in:
parent
128f341635
commit
b35c26b751
1 changed files with 2 additions and 1 deletions
|
|
@ -912,7 +912,8 @@ for(keys %run) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if($total) {
|
if($total) {
|
||||||
print "$ok tests out of $total reported OK\n";
|
printf("$ok tests out of $total reported OK: %d%%\n",
|
||||||
|
$ok/$total*100);
|
||||||
|
|
||||||
if($ok != $total) {
|
if($ok != $total) {
|
||||||
print "These test cases failed: $failed\n";
|
print "These test cases failed: $failed\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue