summaryrefslogtreecommitdiff
path: root/dev-python/pygtk/files/pygtk-2.24.0-test-fail.patch
blob: 5bb1aec13d89258fe6e9fa64e3c2e7ba93612137 (plain)
1
2
3
4
5
6
7
8
9
--- tests/runtests.py
+++ tests/runtests.py
@@ -41,4 +41,5 @@
     suite.addTest(loader.loadTestsFromName(name))
 
 testRunner = unittest.TextTestRunner()
-testRunner.run(suite)
+result = testRunner.run(suite)
+sys.exit(not result.wasSuccessful())