Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmdtest/
Date: Fri, 23 Feb 2018 23:37:16
Message-Id: 1519429025.255e06265abdc66a8bdaf2f636671e12d94d0039.mgorny@gentoo
1 commit: 255e06265abdc66a8bdaf2f636671e12d94d0039
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 23:36:34 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 23:37:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255e0626
7
8 dev-util/cmdtest: Enable tests
9
10 dev-util/cmdtest/cmdtest-0.30.ebuild | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/dev-util/cmdtest/cmdtest-0.30.ebuild b/dev-util/cmdtest/cmdtest-0.30.ebuild
14 index c35c2945247..99c7452c7d3 100644
15 --- a/dev-util/cmdtest/cmdtest-0.30.ebuild
16 +++ b/dev-util/cmdtest/cmdtest-0.30.ebuild
17 @@ -26,3 +26,7 @@ src_compile() {
18 addwrite /proc/self/comm
19 distutils-r1_src_compile
20 }
21 +
22 +python_test() {
23 + "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
24 +}