Skip to content

Commit 0ae55f1

Browse files
committed
Re-apply "Tests: enable Swift PM tests in Windows toolchain build"
Reverts #82265, which re-applies #80405 Enable the SwiftPM tests in the Windows toolchain build to get extra confidence the change did not introduce any regression on the Windows platform. Fixes: swiftlang/swift-package-manager#8895
1 parent 6e8287c commit 0ae55f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ set TMPDIR=%BuildRoot%\tmp
6161
set NINJA_STATUS=[%%f/%%t][%%p][%%es]
6262

6363
:: Build the -Test argument, if any, by subtracting skipped tests
64-
set TestArg=-Test lld,lldb,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,
64+
set TestArg=-Test lld,lldb,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,swiftpm,
6565
for %%I in (%SKIP_TESTS%) do (call set TestArg=%%TestArg:%%I,=%%)
6666
if "%TestArg:~-1%"=="," (set TestArg=%TestArg:~0,-1%) else (set TestArg= )
6767

0 commit comments

Comments
 (0)