From e7b2958229c7e0d7e98e130764aa50d1ca9017d3 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Mon, 8 Nov 2010 17:23:49 +0800 Subject: TCL scripts: replace "puts" with "echo" Signed-off-by: Antonio Borneo --- tcl/test/selftest.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl/test') 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 -- cgit v1.2.3