summaryrefslogtreecommitdiffstats
path: root/tests/libptxdisttest.kermit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libptxdisttest.kermit')
-rw-r--r--tests/libptxdisttest.kermit4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libptxdisttest.kermit b/tests/libptxdisttest.kermit
index b139f90af..5419cb1b4 100644
--- a/tests/libptxdisttest.kermit
+++ b/tests/libptxdisttest.kermit
@@ -52,6 +52,10 @@ define ptx_init {
define ptx_exit {
+ # output dummy command, so u-boot v1's "repeat last command with enter" won't do harm
+ if = \m(uboot_version) 1 {
+ ptx_uboot_exec 5 " "
+ }
writeln ERROR "\m(green)All OK!\m(nocolor)"
exit 0
}