From e6bc681e1667aaddc2a125baa8538ae75fb78b1d Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 2 Feb 2024 11:11:49 -0800 Subject: [PATCH] utils: enable SPM self-hosted test suite on Windows This will enable the SPM test suite to be built with a self-hosted build to ensure that we do not regress the SPM builds on Windows. --- utils/build-windows-toolchain.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build-windows-toolchain.bat b/utils/build-windows-toolchain.bat index 08f88bcf17366..5258f0dd475bb 100644 --- a/utils/build-windows-toolchain.bat +++ b/utils/build-windows-toolchain.bat @@ -60,7 +60,7 @@ set TMPDIR=%BuildRoot%\tmp set NINJA_STATUS=[%%f/%%t][%%p][%%es] :: Build the -Test argument, if any, by subtracting skipped tests -set TestArg=-Test swift,dispatch,xctest, +set TestArg=-Test swift,dispatch,xctest,swiftpm, for %%I in (%SKIP_TESTS%) do (call set TestArg=%%TestArg:%%I,=%%) if "%TestArg:~-1%"=="," (set TestArg=%TestArg:~0,-1%) else (set TestArg= )