Skip to content

Commit

Permalink
Merge pull request #126 from pnu/master
Browse files Browse the repository at this point in the history
capture prove stderr output
  • Loading branch information
FROGGS committed Dec 30, 2014
2 parents 9fe5154 + d39b9d1 commit 1bab63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Panda/Tester.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ method test($where, :$bone, :$prove-command = 'prove') {

if $run-default && 't'.IO ~~ :d {
withp6lib {
my $cmd = "$prove-command -e $*EXECUTABLE -r t/";
my $cmd = "$prove-command -e $*EXECUTABLE -r t/ 2>&1";
my $handle = pipe($cmd, :r);
my $output = '';
for $handle.lines {
Expand Down

0 comments on commit 1bab63f

Please sign in to comment.