diff options
Diffstat (limited to 'dev-python/errorhandler/files/errorhandler-1.1.1-test.patch')
-rw-r--r-- | dev-python/errorhandler/files/errorhandler-1.1.1-test.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-python/errorhandler/files/errorhandler-1.1.1-test.patch b/dev-python/errorhandler/files/errorhandler-1.1.1-test.patch new file mode 100644 index 00000000000..126b508b992 --- /dev/null +++ b/dev-python/errorhandler/files/errorhandler-1.1.1-test.patch @@ -0,0 +1,9 @@ +diff -ur errorhandler-1.1.1.orig/errorhandler/tests.py errorhandler-1.1.1/errorhandler/tests.py +--- errorhandler/tests.py 2010-03-01 16:41:46.000000000 +0800 ++++ errorhandler/tests.py 2012-04-26 02:28:11.991954681 +0800 +@@ -134,3 +134,5 @@ + tearDown=tearDown, + optionflags=options), + )) ++if __name__ == "__main__": ++ unittest.main() |