diff --git a/src/Console/Command.php b/src/Console/Command.php index d496a810..b4dc3c75 100644 --- a/src/Console/Command.php +++ b/src/Console/Command.php @@ -133,7 +133,7 @@ final class Command extends BaseCommand /** @var AddsOutput $plugin */ foreach ($plugins as $plugin) { - $plugin->addOutput($this->testSuite, $this->output, $result); + $result = $plugin->addOutput($this->testSuite, $this->output, $result); } exit($result);