Skip to content

Commit

Permalink
Revert "let user manage output redirection himself"
Browse files Browse the repository at this point in the history
We don't want the command itself in the output

This reverts commit 6800d9e.
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Jan 6, 2012
1 parent 6800d9e commit 9581ed0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.PL
Expand Up @@ -208,8 +208,9 @@ sub test {
my $test = $self->SUPER::test(@_);

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

return $test;
Expand Down

0 comments on commit 9581ed0

Please sign in to comment.