mirror of
https://github.com/simh/simh.git
synced 2026-02-26 00:34:36 +00:00
All VAXen: Add a 2 minute execution limit to diagnostic tests
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
#set cpu hist=20000
|
#set cpu hist=20000
|
||||||
#break A3B4 SHOW HIST=40
|
#break A3B4 SHOW HIST=40
|
||||||
cd %~p0
|
cd %~p0
|
||||||
|
set runlimit 2 minutes
|
||||||
set env DIAG_QUIET_MODE=0
|
set env DIAG_QUIET_MODE=0
|
||||||
if ("%1" == "-v") set console notelnet
|
if ("%1" == "-v") set console notelnet
|
||||||
else set -qu console telnet=localhost:65432,telnet=buffered; set env -a DIAG_QUIET_MODE=1
|
else set -qu console telnet=localhost:65432,telnet=buffered; set env -a DIAG_QUIET_MODE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user