diff options
-rw-r--r-- | gdb/testsuite/lib/tuiterm.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/tuiterm.exp b/gdb/testsuite/lib/tuiterm.exp index 05edfe9..ff38af0 100644 --- a/gdb/testsuite/lib/tuiterm.exp +++ b/gdb/testsuite/lib/tuiterm.exp @@ -707,6 +707,8 @@ namespace eval Term { timeout { # Assume a timeout means we somehow missed the # expected result, and carry on. + warning "timeout in accept_gdb_output" + dump_screen return 0 } } |