Revert "Fixed last_value for loops over 99999"
This reverts bogus commit2840d7f4c6
. 99 was already added with7f15f07b3f
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
This commit is contained in:
parent
fc503b442d
commit
a059034856
@ -80,7 +80,7 @@ proc expect_table_dsc { test match_header match_item } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set do_loop 1
|
set do_loop 1
|
||||||
set last_value &9
|
set last_value 99999999
|
||||||
set found_item 0
|
set found_item 0
|
||||||
while { $do_loop ==1 } {
|
while { $do_loop ==1 } {
|
||||||
expect {
|
expect {
|
||||||
|
Loading…
Reference in New Issue
Block a user