aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2008-06-28 10:14:34 +0000
committerVladimir Prus <vladimir@codesourcery.com>2008-06-28 10:14:34 +0000
commit0f8d4a2f6e8a4b83340e6e80a00062c12d31ecfb (patch)
treed3c4b4cae529b97dbaf046d7a358547a77f8ce42 /gdb/testsuite/lib
parent53c2f6a97240f90dffe81c509f4920c15bf80067 (diff)
downloadgdb-0f8d4a2f6e8a4b83340e6e80a00062c12d31ecfb.zip
gdb-0f8d4a2f6e8a4b83340e6e80a00062c12d31ecfb.tar.gz
gdb-0f8d4a2f6e8a4b83340e6e80a00062c12d31ecfb.tar.bz2
* lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/mi-support.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp
index 2acfa6c..bad7c62 100644
--- a/gdb/testsuite/lib/mi-support.exp
+++ b/gdb/testsuite/lib/mi-support.exp
@@ -1398,6 +1398,7 @@ proc mi_send_resuming_command_raw {command test} {
send_gdb "$command\n"
gdb_expect {
-re "\\^running\r\n\\*running,thread-id=\"\[^\"\]+\"\r\n${mi_gdb_prompt}" {
+ pass "$test"
}
-re ".*${mi_gdb_prompt}" {
fail "$test (failed to resume)"