We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SwiftTestCommand.swift
1 parent 6023552 commit d5cc0e8Copy full SHA for d5cc0e8
Sources/Commands/SwiftTestCommand.swift
@@ -966,9 +966,6 @@ final class TestRunner {
966
args.append(runnerPath.pathString)
967
args.append(contentsOf: runner.extraCLIOptions)
968
args.append(testPath.relative(to: localFileSystem.currentWorkingDirectory!).pathString)
969
- if runner.path?.components.last == "wasmkit" {
970
- args.append("--")
971
- }
972
args.append(contentsOf: self.additionalArguments)
973
} else {
974
#if os(macOS)
0 commit comments