From 0fe4bf3281a4d1f9fd10bba07cf0f7e40da92fc3 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 19 Sep 2018 22:36:48 -0700 Subject: [PATCH] VAX tests: Fix spelling error in success/fail messages --- VAX/tests/EHKAA.ini | 4 ++-- VAX/tests/EVKAA.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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