summaryrefslogtreecommitdiff
path: root/tcl/test
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/test')
-rwxr-xr-xtcl/test/selftest.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/test/selftest.cfg b/tcl/test/selftest.cfg
index 912d1c08..be420ca0 100755
--- a/tcl/test/selftest.cfg
+++ b/tcl/test/selftest.cfg
@@ -8,7 +8,7 @@ proc selftest {tmpfile address size} {
}
for {set i 0} {$i < 10 } {set i [expr $i+1]} {
- puts "Test iteration $i"
+ echo "Test iteration $i"
dump_image $tmpfile $address $size
verify_image $tmpfile $address bin
load_image $tmpfile $address bin