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
(cherry picked from commit 78ea2c38582da41eb8f9509a2130e702cdf0f1c9)
diff --git a/expect/timeout_test.exp b/expect/timeout_test.exp
index 11fb0c5..d68a13d 100644
--- a/expect/timeout_test.exp
+++ b/expect/timeout_test.exp
@@ -8,6 +8,6 @@
source [file join [file dirname [info script]] handle-arguments.inc]
-expect_string "Booting trusted firmware test framework" "Starting TFTF"
+expect_string "Booting trusted firmware test framework" "TFTF is booting"
source [file join [file dirname [info script]] timeout.inc]