[td-225] refactor a sim script.
This commit is contained in:
parent
07aed4fa70
commit
c824330bb5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue