Added -watchdog to runtest.cmd.

This commit is contained in:
Aaron Giles 2008-05-05 06:12:06 +00:00
parent 0cee075e0d
commit 5137700208

View File

@ -132,7 +132,7 @@ goto :eof
:runone
@echo Testing %1 (%2)...
echo.>>summary.log
mame %1 -str 30 -nodebug -nothrottle -inipath .. -video none -nosound 1>log\%1.txt 2>log\%1.err
mame %1 -str 30 -watchdog 300 -nodebug -nothrottle -inipath .. -video none -nosound 1>log\%1.txt 2>log\%1.err
if %errorlevel% equ 100 (
echo @@@@@driver=%1: Exception>>summary.log
type log\%1.err >>summary.log