Skip to content

Commit

Permalink
allow to specific junit result file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Jan 6, 2012
1 parent 72c643f commit 46779d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -208,9 +208,9 @@ sub test {
my $test = $self->SUPER::test(@_);

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

return $test;
Expand Down

0 comments on commit 46779d7

Please sign in to comment.