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