[td-225] refactor a sim script.

This commit is contained in:
Haojun Liao 2021-05-17 15:51:49 +08:00
parent 07aed4fa70
commit c824330bb5
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ while $loop <= $loops
while $i < 10
sql select count(*) from $stb where t1 = $i
if $data00 != $rowNum then
print expect $rowNum, actual: $data00
print expect $rowNum , actual: $data00
return -1
endi
$i = $i + 1