This commit is contained in:
luke
2021-08-10 13:17:11 +01:00
parent 5c7de5ad75
commit 892f70b5b5

View File

@ -61,9 +61,5 @@ use Symfony\Component\Console\Output\OutputInterface;
exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput())); exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput()));
} }
if (Arr::get($_SERVER, 'PARATEST', false) !== false) {
TestSuite::getInstance()->isInParallel = true;
}
exit($container->get(Command::class)->run($_SERVER['argv'])); exit($container->get(Command::class)->run($_SERVER['argv']));
})(); })();