diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test_printers_common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_printers_common.py b/scripts/test_printers_common.py index c79d7e3be2..c605a3c00a 100644 --- a/scripts/test_printers_common.py +++ b/scripts/test_printers_common.py @@ -87,6 +87,7 @@ try: if gdb_python_error: print('gdb must have python support to test the pretty printers.') + print('gdb output: {!r}'.format(gdb_python_error)) exit(UNSUPPORTED) # If everything's ok, spawn the gdb process we'll use for testing. |