mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Added -watchdog to runtest.cmd.
This commit is contained in:
parent
0cee075e0d
commit
5137700208
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user