aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/mi-support.exp7
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp
index 76fad16..8727ae5 100644
--- a/gdb/testsuite/lib/mi-support.exp
+++ b/gdb/testsuite/lib/mi-support.exp
@@ -123,13 +123,8 @@ proc mi_gdb_start { } {
return 1;
}
gdb_expect {
- -re ".*MI_OUT.*$mi_gdb_prompt$" {
- verbose "GDB initialized."
- }
-re ".*$mi_gdb_prompt$" {
- untested "Skip mi tests (output not in headless format)."
- remote_close host;
- return -1;
+ verbose "GDB initialized."
}
-re ".*$gdb_prompt $" {
untested "Skip mi tests (got non-mi prompt)."