diff --git a/VAX/tests/EHKAA.ini b/VAX/tests/EHKAA.ini index 06c556f4..16a00fe3 100644 --- a/VAX/tests/EHKAA.ini +++ b/VAX/tests/EHKAA.ini @@ -1,4 +1,4 @@ load ehkaa.exe go 200 -if (PC != 0x80018AD1) echof "\r\n%SIM_NAME% Hareware Core Instruction test EHKAA - FAILED\n"; exit 1 -else echof "\r\n%SIM_NAME% Hareware Core Instruction test EHKAA - PASSED\n"; exit 0 +if (PC != 0x80018AD1) echof "\r\n%SIM_NAME% Hardware Core Instruction test EHKAA - FAILED\n"; exit 1 +else echof "\r\n%SIM_NAME% Hardware Core Instruction test EHKAA - PASSED\n"; exit 0 diff --git a/VAX/tests/EVKAA.ini b/VAX/tests/EVKAA.ini index 7096e2dd..9f438357 100644 --- a/VAX/tests/EVKAA.ini +++ b/VAX/tests/EVKAA.ini @@ -1,7 +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\n"; exit 0 +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% Hareware Core Instruction test EVKAA - FAILED\n" +echof "\r\n%SIM_NAME% Hardware Core Instruction test EVKAA - FAILED\n" exit 1