1
0
mirror of https://github.com/simh/simh.git synced 2026-02-09 09:42:43 +00:00
Files
simh.simh/VAX/tests/EVKAA.ini
2018-09-19 22:36:48 -07:00

8 lines
303 B
INI

set -qu console telnet=65432,telnet=buffered
load evkaa.exe
expect "Hit any key to continue" send "\r"; go -q
expect [2] "done!" echof "\r\n%SIM_NAME% Hardware Core Instruction test EVKAA - PASSED\n"; exit 0
go -q 200
echof "\r\n%SIM_NAME% Hardware Core Instruction test EVKAA - FAILED\n"
exit 1