All Unibus VAX: Simplify output produced by Hardware Core Instruction test
This commit is contained in:
parent
c49eea7a50
commit
1adc76a5dd
5 changed files with 11 additions and 28 deletions
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…
Add table
Reference in a new issue