This commit is contained in:
luke
2021-08-10 11:32:43 +01:00
parent ef503646ee
commit 995088b522

View File

@ -58,7 +58,6 @@ use Symfony\Component\Console\Output\OutputInterface;
$_SERVER['argv'] = InteractsWithPlugins::handleArguments($_SERVER['argv']);
if ($argv->hasParameterOption('--parallel')) {
LoadStructure::in($testSuite->rootPath);
exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput()));
}