]> granicus.if.org Git - python/commitdiff
test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Jun 2013 19:54:32 +0000 (21:54 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Jun 2013 19:54:32 +0000 (21:54 +0200)
Lib/test/test_gdb.py

index abcb23e7a6459ea434bf029b7f31f455320fda10..4c037a17df78a17f55a289cd07c4d0e9f74a6a49 100644 (file)
@@ -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):