summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-10-22 17:05:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-02-18 18:36:07 +0100
commit32d23cbced1e85fe615ae0427038b54589be5eee (patch)
tree3194f6210528e31b8195eae5ca76e556d4cae387
parente9e66a4f6a692265b8ef0d710642722d3b4270c9 (diff)
downloadptxdist-32d23cbced1e85fe615ae0427038b54589be5eee.tar.gz
ptxdist-32d23cbced1e85fe615ae0427038b54589be5eee.tar.xz
[tests] cleanup error message
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--tests/libptxdisttest.kermit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libptxdisttest.kermit b/tests/libptxdisttest.kermit
index 4e1e94065..6afb18e7e 100644
--- a/tests/libptxdisttest.kermit
+++ b/tests/libptxdisttest.kermit
@@ -130,7 +130,7 @@ define ptx_uboot_exec {
ptx_lineout "\%2"
if not equal "\%3" "" ptx_wait_string "\%1" "\%3"
input \%1 \m(uboot_prompt)
- ptx_check_fail "timeout while waiting for u-boot prompt after '\%2'"
+ ptx_check_fail "timeout while waiting for bootloader prompt after '\%2'"
if = \m(uboot_version) 2 {
ptx_lineout "echo result: $?"