fix: parallel status code

This commit is contained in:
Nuno Maduro
2023-02-25 17:42:24 +05:30
parent b54c24a589
commit 244087db27
4 changed files with 6 additions and 6 deletions

View File

@ -9,6 +9,8 @@ $run = function () {
$process->run();
expect($process->getExitCode())->toBe(0);
return preg_replace('#\\x1b[[][^A-Za-z]*[A-Za-z]#', '', $process->getOutput());
};