fix: --dirty when no tests found

This commit is contained in:
Nuno Maduro
2023-01-11 21:32:15 +00:00
parent 217fae0967
commit d305f4dca0
4 changed files with 60 additions and 8 deletions

View File

@ -84,7 +84,7 @@ use Symfony\Component\Console\Output\OutputInterface;
$kernel = Kernel::boot();
$result = $kernel->handle($args);
$result = $kernel->handle($output, $args);
$kernel->shutdown();