diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-19 03:29:10 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-19 03:29:10 +0000 |
commit | 8ce07a211b4e227e8eedbb803f453506871bf48d (patch) | |
tree | c97eece591b834f4e73438be74c718a9f1f37e37 /gdb/testsuite/config/udi-gdb.exp | |
parent | 94d5034070f5e380ad282385874cbdbd3d170562 (diff) | |
download | gdb-8ce07a211b4e227e8eedbb803f453506871bf48d.zip gdb-8ce07a211b4e227e8eedbb803f453506871bf48d.tar.gz gdb-8ce07a211b4e227e8eedbb803f453506871bf48d.tar.bz2 |
* config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
not just "Quit anyway?".
Diffstat (limited to 'gdb/testsuite/config/udi-gdb.exp')
-rw-r--r-- | gdb/testsuite/config/udi-gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/udi-gdb.exp b/gdb/testsuite/config/udi-gdb.exp index 2b5ba15..c12c3aa 100644 --- a/gdb/testsuite/config/udi-gdb.exp +++ b/gdb/testsuite/config/udi-gdb.exp @@ -107,7 +107,7 @@ proc gdb_exit {} { send_user "Got TIMEOUT from $GDB\n" } } - -re "The program is running. Quit anyway? (y or n) $"\ + -re "The program is running. Quit anyway.*? (y or n) $"\ { send "y\n" if $verbose>1 then { send_user "\t\tKilling program being debugged\n" |