pass args to the torture

This commit is contained in:
Nikita Smith
2026-04-22 09:30:45 -07:00
committed by Ryan Fleury
parent ffd6f10b31
commit 4b7dd960d9
+1 -1
View File
@@ -34,7 +34,7 @@ for %%m in (%MODE_VALUES%) do for %%c in (%CC_VALUES%) do (
) )
pushd build pushd build
torture || exit /b 1 torture %* || exit /b 1
popd popd
endlocal endlocal