Commit b35c26b7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added a little percentage for "ok coverage"

parent 128f3416
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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";