summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-05-05 06:12:06 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-05-05 06:12:06 +0000
commit51377002086b65449764814e9e1c8aaefeb83659 (patch)
tree826c76277b860a46e0f2ef6822ccd70bd322b7e8 /src
parent0cee075e0d6b6b995240ed496a7bc09059e6c458 (diff)
Added -watchdog to runtest.cmd.
Diffstat (limited to 'src')
-rw-r--r--src/tools/runtest.cmd2
1 files changed, 1 insertions, 1 deletions
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