Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created April 22, 2016 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/ce500f0f8a1b334f7ceb75dabf9547b1 to your computer and use it in GitHub Desktop.
Save tadzik/ce500f0f8a1b334f7ceb75dabf9547b1 to your computer and use it in GitHub Desktop.
diff --git a/lib/TAP.pm b/lib/TAP.pm
index 4cfffd5..a8d4966 100644
--- a/lib/TAP.pm
+++ b/lib/TAP.pm
@@ -973,7 +973,7 @@ class Harness {
method run(*@sources) {
my $killed = Promise.new;
my $aggregator = self.make-aggregator;
- my $reporter = $!reporter-class.new(:names(@sources), :$!timer, :$!ignore-exit);
+ my $reporter = $!reporter-class.new(:names(@sources), :$!timer, :$!ignore-exit, :handle($!output));
if $!jobs > 1 {
my @working;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment