diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-09 01:20:07 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-09 01:20:07 +0000 |
commit | 3c6dc75b41b02329c9936b3a69af0bb09b517ee4 (patch) | |
tree | 969a8b549c8950a04a72a58d3eb7a2dce0c0a448 | |
parent | b8f5275075f4d256b5115d8a452a3d1515bb464d (diff) | |
download | gdb-3c6dc75b41b02329c9936b3a69af0bb09b517ee4.zip gdb-3c6dc75b41b02329c9936b3a69af0bb09b517ee4.tar.gz gdb-3c6dc75b41b02329c9936b3a69af0bb09b517ee4.tar.bz2 |
* lib/gas-defs.exp: Use -i in expect_after command.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/lib/gas-defs.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 58f05d9..102ba95 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 8 20:19:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * lib/gas-defs.exp: Use -i in expect_after command. + Wed Dec 7 16:49:14 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * gas/mips/mul.d,jal.d: Fix 0-strings to work with 64-bit hosted diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index 6fb4d78..73e8cf2 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -324,7 +324,7 @@ proc objdump_finish { } { # configurations of dejagnu may override it. if {$timeout<120} then { set timeout 120 } -expect_after { +expect_after -i { timeout { perror "timeout" } "virtual memory exhausted" { perror "virtual memory exhausted" } buffer_full { perror "buffer full" } |