churchyard / rpms / python2

Forked from rpms/python2 6 years ago
Clone
b0a6ae1
--- Lib/test/test_gdb.py.old	2012-04-11 21:04:01.367073855 -0400
b0a6ae1
+++ Lib/test/test_gdb.py	2012-04-12 08:52:58.320288761 -0400
7b42f48
@@ -144,6 +153,10 @@
Matej Stuchlik b1e5a42
             'Missing separate debuginfo for ',
Matej Stuchlik b1e5a42
             'Try: zypper install -C ',
7b42f48
             )
7b42f48
+        ignore_patterns += ('warning: Unable to open',
7b42f48
+                            'Missing separate debuginfo for',
7b42f48
+                            'Try: yum --disablerepo=',
7b42f48
+                            'Undefined set print command')
7b42f48
         for line in errlines:
7b42f48
             if not line.startswith(ignore_patterns):
7b42f48
                 unexpected_errlines.append(line)