Merge pull request #1615 from smirok/parallel-teamcity-concurrency-fix

fix: enhance support for --parallel and --teamcity arguments by restoring --teamcity for ParaTest and fixing teamcity output concurrency
This commit is contained in:
nuno maduro
2026-04-10 11:42:45 +01:00
committed by GitHub
3 changed files with 21 additions and 6 deletions

View File

@ -231,7 +231,7 @@ final class WrapperRunner implements RunnerInterface
$this->printer->printFeedback(
$worker->progressFile,
$worker->unexpectedOutputFile,
$this->teamcityFiles,
$worker->teamcityFile ?? null,
);
$worker->reset();
}