Skip to content

Commit b01c6a4

Browse files
committed
Hack to add test output for windows
1 parent a871e14 commit b01c6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ endlocal
295295
:: Tests the Swift compiler and the Swift Standard Library
296296
setlocal enableextensions enabledelayedexpansion
297297

298-
cmake --build "%build_root%\swift" --target check-swift %exitOnError%
298+
ninja -C "%build_root%\swift" check-swift
299299

300300
goto :eof
301301
endlocal

0 commit comments

Comments
 (0)