projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c51fc1
)
dev-util/cmdtest: Enable tests
author
Michał Górny
<mgorny@gentoo.org>
Fri, 23 Feb 2018 23:36:34 +0000
(
00:36
+0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 23 Feb 2018 23:37:05 +0000
(
00:37
+0100)
dev-util/cmdtest/cmdtest-0.30.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/cmdtest/cmdtest-0.30.ebuild
b/dev-util/cmdtest/cmdtest-0.30.ebuild
index c35c2945247a481780b4ecfebd6a7a64ba6db3bb..99c7452c7d351798991207f93802353ed8336bfb 100644
(file)
--- a/
dev-util/cmdtest/cmdtest-0.30.ebuild
+++ b/
dev-util/cmdtest/cmdtest-0.30.ebuild
@@
-26,3
+26,7
@@
src_compile() {
addwrite /proc/self/comm
distutils-r1_src_compile
}
+
+python_test() {
+ "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
+}