diff --git a/src/Kernel.php b/src/Kernel.php index 5735e60b..39c0fd66 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -76,7 +76,7 @@ final class Kernel $argv = (new Plugins\Actions\CallsHandleArguments())->__invoke($argv); try { - $this->application->run($argv, false); + $this->application->run($argv); } catch (NoTestsFound) { $output->writeln([ '',