Skip to content

Commit

Permalink
revert junit format test target for now
Browse files Browse the repository at this point in the history
it breaks test harness files list
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Mar 4, 2012
1 parent fa98dee commit 3b17ce6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Makefile.PL
Expand Up @@ -203,16 +203,3 @@ fusioninventory-agent.1.html: fusioninventory-agent
EOF
return $manifypods;
}

sub test {
my ($self) = @_;
my $test = $self->SUPER::test(@_);

$test .= <<'EOF';
%-junit.xml:
prove --lib --timer --recurse --formatter TAP::Formatter::JUnit t \
> $@
EOF

return $test;
}

0 comments on commit 3b17ce6

Please sign in to comment.