1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-05 07:33:56 +00:00
Files
open-simh.simh/VAX/tests/EVKAA.ini

8 lines
299 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% Hareware Core Instruction test EVKAA - Passed"; exit 0
go -q 200
echof "\r\n%SIM_NAME% Hareware Core Instruction test EVKAA - FAILED"
exit 1