From 51377002086b65449764814e9e1c8aaefeb83659 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Mon, 5 May 2008 06:12:06 +0000 Subject: [PATCH] Added -watchdog to runtest.cmd. --- src/tools/runtest.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/runtest.cmd b/src/tools/runtest.cmd index 65f63c2ad7e..d15ebf10bb4 100644 --- a/src/tools/runtest.cmd +++ b/src/tools/runtest.cmd @@ -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