Skip to content

Commit 562eb67

Browse files
committed
Update build-using-self to properly convert Windows paths
1 parent b3a2e58 commit 562eb67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/build-using-self

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def main() -> None:
167167
call(
168168
shlex.split(
169169
f"{swiftpm_bin_dir / 'swift-test'} --parallel",
170+
posix=(os.name == "posix"), # must be set correctly, otherwhsie shlex.split("C:\\Foo\\bar") become ['CFoobar']
170171
),
171172
)
172173

0 commit comments

Comments
 (0)