Skip to content

Commit

Permalink
fix for RT66256
Browse files Browse the repository at this point in the history
  • Loading branch information
jlavallee committed Mar 3, 2011
1 parent 3350cc6 commit e373aa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/TAP/Harness/JUnit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ sub parsetest {
}

# Bad return value. See BUGS
#elsif ($badretval and not $xml->{errors}) {
elsif ($badretval) {
elsif ($badretval and not $xml->{errors}) {
# Fake a failed test
push @{$xml->{testcase}}, {
'time' => 0,
Expand Down

0 comments on commit e373aa3

Please sign in to comment.