From f4a4898c18c9cc5ca6d2747789c6586524daf461 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 24 Nov 2013 18:55:25 +0100 Subject: Issue #19753: Try to fix test_gdb on SystemZ buildbot --- Lib/test/test_gdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index b543889..cc2900f 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -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): -- cgit v0.12