Improvements

This commit is contained in:
luke
2021-08-05 15:31:09 +01:00
parent 5526d4c24d
commit 256b167eaf
3 changed files with 17 additions and 2 deletions

View File

@ -62,7 +62,7 @@ use Symfony\Component\Console\Output\OutputInterface;
$_SERVER['argv'][] = '--runner';
$_SERVER['argv'][] = Runner::class;
exit(ParaTestCommand::applicationFactory(getcwd())->run(new ArgvInput()));
exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput()));
}
exit($container->get(Command::class)->run($_SERVER['argv']));