* lib/gdb.exp (gdb_expect): Fix timeout typo.
This commit is contained in:
parent
ad09a54881
commit
db16b77203
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* lib/gdb.exp (gdb_expect): Fix timeout typo.
|
||||
|
||||
2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
|
||||
|
|
|
@ -2027,7 +2027,7 @@ proc gdb_expect { args } {
|
|||
|
||||
if [info exists atimeout] {
|
||||
if { ![info exists gtimeout] || $gtimeout < $atimeout } {
|
||||
set $gtimeout $atimeout;
|
||||
set gtimeout $atimeout;
|
||||
}
|
||||
} else {
|
||||
if ![info exists gtimeout] {
|
||||
|
|
Loading…
Add table
Reference in a new issue