style(expect): normalize debugging messages
A minor style cleanup to the messages printed by the Expect scripts to
make them a bit more consistent and descriptive.
Signed-off-by: Chris Kay <chris.kay@arm.com>
Change-Id: Ibd8ccb4423bd5aaeffc99c2f3602123794dc6200
diff --git a/expect/linux-bl33.exp b/expect/linux-bl33.exp
index 2de23bd..6ab721e 100644
--- a/expect/linux-bl33.exp
+++ b/expect/linux-bl33.exp
@@ -14,14 +14,14 @@
source [file join [file dirname [info script]] trusted-firmware.inc]
# Linux kernel boot section
-expect_string "Booting Linux on physical CPU" "Booting Linux"
-expect_string "Linux version" "Linux starting"
+expect_string "Booting Linux on physical CPU" "Linux is booting"
+expect_string "Linux version" "Linux printed its version"
# The kernel prints some information it takes from the preloaded DTB.
# Check for following information to see that we actually got the right DTB.
# 1. Machine model
# 2. Command line passed via the "/chosen" node
-expect_re "Machine model: FVP (Base|Foundation)" "Machine identified"
-expect_string "Kernel command line: console=ttyAMA0" "Kernel command line"
+expect_re "Machine model: FVP (Base|Foundation)" "Linux successfully identified the machine model"
+expect_string "Kernel command line: console=ttyAMA0" "Linux received the correct command line"
exit_uart 0