diff options
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-exec-run.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-exec-run.exp b/gdb/testsuite/gdb.mi/mi-exec-run.exp index 3b373b2..01f52e2 100644 --- a/gdb/testsuite/gdb.mi/mi-exec-run.exp +++ b/gdb/testsuite/gdb.mi/mi-exec-run.exp @@ -180,3 +180,5 @@ foreach_with_prefix inferior-tty {"main" "separate"} { } } } + +mi_gdb_exit diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index e537d3b..b114576 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -83,7 +83,7 @@ proc mi_uncatched_gdb_exit {} { exp_continue } -re "DOSEXIT code" { } - default { } + -re "\r\n999\\^exit\r\n" { } } } |