Commit f4a4898c authored by Victor Stinner's avatar Victor Stinner

Issue #19753: Try to fix test_gdb on SystemZ buildbot

parent 71196e7f
......@@ -170,6 +170,7 @@ class DebuggerTests(unittest.TestCase):
'Do you need "set solib-search-path" or '
'"set sysroot"?',
'warning: Source file is more recent than executable.',
'Missing separate debuginfo for ',
)
for line in errlines:
if not line.startswith(ignore_patterns):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment