Add a better diagnostic message in mi_gdb_test
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 20 Mar 2017 18:57:45 +0000 (14:57 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 20 Mar 2017 18:57:45 +0000 (14:57 -0400)
commit5b291c049658614196197e4ea4bb42bcc176b876
treec6772f03eaf41d4fe86321accfa44b4213f070d2
parente696b3ad342dde596dcdad4cff6b875c361ed6d0
Add a better diagnostic message in mi_gdb_test

When using mi_gdb_test, if it fails because of the presence of
unexpected output, the error message is only the message passed as
the argument with no indication that there was an unexpected output.
This change adds an additional text to the failure message to
indicate that there was an unexpected output.

gdb/testsuite/ChangeLog:

* lib/mi-support.exp (mi_gdb_test): Add additional message
for unexpected output.

Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp