Don't print ``(MI_OUT)'' at startup.
This commit is contained in:
parent
17732724f3
commit
d20bf2e81b
4 changed files with 11 additions and 11 deletions
|
@ -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)."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue