diff --git a/run_tests.bat b/run_tests.bat index c1271718..7719fd79 100644 --- a/run_tests.bat +++ b/run_tests.bat @@ -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 pushd build - torture %* || exit /b 1 + torture -s:Dbg* %* || exit /b 1 popd endlocal