VAX tests: Fix spelling error in success/fail messages

This commit is contained in:
Mark Pizzolato 2018-09-19 22:36:48 -07:00
parent 49cfac9019
commit 0fe4bf3281
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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