gdb/testsuite: fix gdb.base/ui-redirect.exp pattern (gdb/26532)
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 25 Aug 2020 15:06:27 +0000 (11:06 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Aug 2020 15:06:27 +0000 (11:06 -0400)
commit2bc19622c9e74655151674661b77af52e1e064f8
tree902321331c3f59197c60c45e55f9d45b03b3903b
parent8571e9c891db1aaefce8f39abf6f3157920d9365
gdb/testsuite: fix gdb.base/ui-redirect.exp pattern (gdb/26532)

Commit 1eb8556f5a8b ("gdb: add infrun_debug_printf macro") changed the
debug output format for `set debug infrun 1`.  It broke test
gdb.base/ui-redirect.exp, which I missed:

    FAIL: gdb.base/ui-redirect.exp: debugging: continue

Fix it by adjusting the pattern in the test to the new reality.

gdb/testsuite/ChangeLog:

PR gdb/26532
* gdb.base/ui-redirect.exp: Update pattern.

Change-Id: Ie8a8f6675e35a0cab55109b1534b44eb51baec9d
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/ui-redirect.exp