diff --git a/bin/pest b/bin/pest index c097363c..5de793c6 100755 --- a/bin/pest +++ b/bin/pest @@ -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())); }