mirror of
https://github.com/simh/simh.git
synced 2026-01-13 23:35:57 +00:00
All Unibus VAX: Simplify output produced by Hardware Core Instruction test
This commit is contained in:
parent
c49eea7a50
commit
1adc76a5dd
7
VAX/tests/EVKAA.ini
Normal file
7
VAX/tests/EVKAA.ini
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
||||
@ -1,8 +1,2 @@
|
||||
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
|
||||
do EVKAA.ini
|
||||
|
||||
@ -1,8 +1,2 @@
|
||||
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
|
||||
do EVKAA.ini
|
||||
|
||||
@ -1,8 +1,2 @@
|
||||
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
|
||||
do EVKAA.ini
|
||||
|
||||
@ -1,8 +1,2 @@
|
||||
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
|
||||
do EVKAA.ini
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user