From 995088b522b59a036d97c109e6cebb798c91cca9 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 10 Aug 2021 11:32:43 +0100 Subject: [PATCH] Refactor --- bin/pest | 1 - 1 file changed, 1 deletion(-) 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())); }