mirror of
https://github.com/simh/simh.git
synced 2026-04-29 05:05:14 +00:00
simulator tests: Add missing runlimit update for pdp9 simulator test
This commit is contained in:
@@ -9,7 +9,7 @@ set cpu eae
|
|||||||
cd %~p0
|
cd %~p0
|
||||||
:: Limit maximum diagnostic execution time
|
:: Limit maximum diagnostic execution time
|
||||||
::
|
::
|
||||||
set runlimit 2 minutes
|
set runlimit 10M instructions
|
||||||
set on
|
set on
|
||||||
on error ignore
|
on error ignore
|
||||||
on runtime echof "\r\n*** Test Runtime Limit %SIM_RUNLIMIT% %SIM_RUNLIMIT_UNITS% Exceeded ***\n"; exit 1
|
on runtime echof "\r\n*** Test Runtime Limit %SIM_RUNLIMIT% %SIM_RUNLIMIT_UNITS% Exceeded ***\n"; exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user