Skip to content

Commit 38de2d4

Browse files
committed
Use standard path when running parallel for swift-testing
1 parent 9a99c2e commit 38de2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/TestExplorer/TestRunner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export class TestRunner {
239239
await this.swiftTestOutputParser.watch(fifoPipePath, runState);
240240

241241
await this.launchTests(
242-
testKind,
242+
testKind === TestKind.parallel ? TestKind.standard : testKind,
243243
token,
244244
outputStream,
245245
outputStream,

0 commit comments

Comments
 (0)