mirror of
https://github.com/simh/simh.git
synced 2026-02-09 01:31:39 +00:00
8 lines
303 B
INI
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
|