mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-08 23:08:08 +00:00
pass args to the torture
This commit is contained in:
committed by
Ryan Fleury
parent
ffd6f10b31
commit
4b7dd960d9
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user