Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/errorhandler/files: errorhandler-1.1.1-test.patch
Date: Fri, 27 Apr 2012 12:52:52
Message-Id: 20120427125242.E43902004C@flycatcher.gentoo.org
1 tampakrap 12/04/27 12:52:42
2
3 Added: errorhandler-1.1.1-test.patch
4 Log:
5 Initial commit, ebuild by idella4
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/errorhandler/files/errorhandler-1.1.1-test.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/errorhandler/files/errorhandler-1.1.1-test.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/errorhandler/files/errorhandler-1.1.1-test.patch?rev=1.1&content-type=text/plain
14
15 Index: errorhandler-1.1.1-test.patch
16 ===================================================================
17 diff -ur errorhandler-1.1.1.orig/errorhandler/tests.py errorhandler-1.1.1/errorhandler/tests.py
18 --- errorhandler/tests.py 2010-03-01 16:41:46.000000000 +0800
19 +++ errorhandler/tests.py 2012-04-26 02:28:11.991954681 +0800
20 @@ -134,3 +134,5 @@
21 tearDown=tearDown,
22 optionflags=options),
23 ))
24 +if __name__ == "__main__":
25 + unittest.main()