]> git.draconx.ca Git - gentoo-fixes.git/blob - dev-python/pygtk/files/pygtk-2.24.0-test-fail.patch
Resurrect dev-python/pygtk.
[gentoo-fixes.git] / dev-python / pygtk / files / pygtk-2.24.0-test-fail.patch
1 --- a/tests/runtests.py
2 +++ b/tests/runtests.py
3 @@ -41,4 +41,5 @@
4      suite.addTest(loader.loadTestsFromName(name))
5  
6  testRunner = unittest.TextTestRunner()
7 -testRunner.run(suite)
8 +result = testRunner.run(suite)
9 +sys.exit(not result.wasSuccessful())