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.
2 parents 8cb2f10 + 2c78894 commit 700493eCopy full SHA for 700493e
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,swift,dispatch,foundation,xctest,swift-format,
+set TestArg=-Test lld,swift,dispatch,foundation,xctest,
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