mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* lib/gdb.exp (gdb_expect): Fix timeout typo.
This commit is contained in:
parent
ad09a54881
commit
db16b77203
@ -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…
Reference in New Issue
Block a user