TCL scripts: replace "puts" with "echo"
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Øyvind Harboe
parent
4747af362d
commit
e7b2958229
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user