Skip to content

Commit

Permalink
Found the Bug in our Hunt
Browse files Browse the repository at this point in the history
There was a bug where the final tally of failed tests was incorrect,
because only 1 failing test was counted per file, instead of the number
of tests that actually failed in that file. There are no tests to change
because the harness code that prints results is not tested. This sucks,
and if you don't like it, patches welcome!
  • Loading branch information
leto committed Jan 23, 2010
1 parent fdcd0d0 commit 1748f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/harness.pir
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ HELP
$I0 = stream.'get_fail'()
print $I0
inc failing_files
inc failing_tests
failing_tests += $I0
$S1 = stream.'total'()
$S0 = "/" . $S1
print $S0
Expand Down

0 comments on commit 1748f23

Please sign in to comment.