mirror of
https://github.com/simh/simh.git
synced 2026-05-01 13:56:02 +00:00
9 lines
268 B
INI
9 lines
268 B
INI
cd VAX/tests
|
|
set console telnet=buffered
|
|
load evkaa.exe
|
|
expect "Hit any key to continue" send "\r"; go
|
|
expect [2] "done!" echof "\r\nHareware Core Instruction test EVKAA - Passed"; exit 0
|
|
go 200
|
|
echof "\r\nHareware Core Instruction test EVKAA - FAILED"
|
|
exit 1
|