fix: enhance support for --parallel and --teamcity arguments by restoring --teamcity for ParaTest and fixing teamcity output concurrency

This commit is contained in:
Ilia Smirnov
2026-01-27 16:16:03 +01:00
parent dd01229d7b
commit e6f511302b
3 changed files with 21 additions and 6 deletions

View File

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