diff options
Diffstat (limited to 'tcl/test')
-rwxr-xr-x | tcl/test/selftest.cfg | 2 |
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 |