Commit 5ac1b936 authored by Victor Stinner's avatar Victor Stinner

test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern

parent ef8115e5
......@@ -164,6 +164,7 @@ class DebuggerTests(unittest.TestCase):
'linux-gate.so',
'Do you need "set solib-search-path" or '
'"set sysroot"?',
'warning: Source file is more recent than executable.',
)
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