Skip to content

Commit 3427e0a

Browse files
artemcmedymtt
andauthored
Update Tests/SwiftDriverTests/IntegrationTests.swift
Co-authored-by: Eric Miotto <[email protected]>
1 parent 0511e0f commit 3427e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDriverTests/IntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ final class IntegrationTests: IntegrationTestCase {
215215
printCommand(args: commandArgs, extraEnv: extraEnv)
216216

217217
let process = TSCBasic.Process(
218-
arguments: args,
218+
arguments: commandArgs,
219219
environment: ProcessEnv.vars.merging(extraEnv) { $1 },
220220
outputRedirection: .none
221221
)

0 commit comments

Comments
 (0)