Revert "Fixed last_value for loops over 99999"
This reverts bogus commit 2840d7f4c66a85676c79eeb2c89db4d450fd3fc4. 99 was already added with 7f15f07b3f0d4a9c1e1a39d95f8e784edb65e041 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…
x
Reference in New Issue
Block a user