From 1adc76a5ddd92cab6ee845a90326b54dbd520148 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 19 Sep 2018 19:57:55 -0700 Subject: [PATCH] All Unibus VAX: Simplify output produced by Hardware Core Instruction test --- VAX/tests/EVKAA.ini | 7 +++++++ VAX/tests/vax730_test.ini | 8 +------- VAX/tests/vax750_test.ini | 8 +------- VAX/tests/vax780_test.ini | 8 +------- VAX/tests/vax8600_test.ini | 8 +------- 5 files changed, 11 insertions(+), 28 deletions(-) create mode 100644 VAX/tests/EVKAA.ini diff --git a/VAX/tests/EVKAA.ini b/VAX/tests/EVKAA.ini new file mode 100644 index 00000000..fc339943 --- /dev/null +++ b/VAX/tests/EVKAA.ini @@ -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 diff --git a/VAX/tests/vax730_test.ini b/VAX/tests/vax730_test.ini index b20f5b68..9646479e 100644 --- a/VAX/tests/vax730_test.ini +++ b/VAX/tests/vax730_test.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 diff --git a/VAX/tests/vax750_test.ini b/VAX/tests/vax750_test.ini index b20f5b68..9646479e 100644 --- a/VAX/tests/vax750_test.ini +++ b/VAX/tests/vax750_test.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 diff --git a/VAX/tests/vax780_test.ini b/VAX/tests/vax780_test.ini index b20f5b68..9646479e 100644 --- a/VAX/tests/vax780_test.ini +++ b/VAX/tests/vax780_test.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 diff --git a/VAX/tests/vax8600_test.ini b/VAX/tests/vax8600_test.ini index b20f5b68..9646479e 100644 --- a/VAX/tests/vax8600_test.ini +++ b/VAX/tests/vax8600_test.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