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.
1 parent 057fcc9 commit 371cf21Copy full SHA for 371cf21
utils/build-windows-toolchain.bat
@@ -60,7 +60,7 @@ set TMPDIR=%BuildRoot%\tmp
60
set NINJA_STATUS=[%%f/%%t][%%p][%%es]
61
62
:: Build the -Test argument, if any, by subtracting skipped tests
63
-set TestArg=-Test lld,lldb,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,
+set TestArg=-Test lld,lldb,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,swiftpm,
64
for %%I in (%SKIP_TESTS%) do (call set TestArg=%%TestArg:%%I,=%%)
65
if "%TestArg:~-1%"=="," (set TestArg=%TestArg:~0,-1%) else (set TestArg= )
66
0 commit comments