skip debugger tests (there is no way to launch debugger without window)

This commit is contained in:
Nikita Smith
2026-06-02 12:09:49 -07:00
committed by Ryan Fleury
parent 22353d3642
commit a6175fecf6
+1 -1
View File
@@ -36,7 +36,7 @@ for %%m in (%MODE_VALUES%) do for %%c in (%CC_VALUES%) do (
call build.bat meta %%c %%m raddbg || exit /b 1 call build.bat meta %%c %%m raddbg || exit /b 1
pushd build pushd build
torture %* || exit /b 1 torture -s:Dbg* %* || exit /b 1
popd popd
endlocal endlocal