Don't print ``(MI_OUT)'' at startup.

This commit is contained in:
Andrew Cagney 2001-10-21 19:43:41 +00:00
parent 17732724f3
commit d20bf2e81b
4 changed files with 11 additions and 11 deletions

View file

@ -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)."