projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3fa4f
)
dev-python/flake8: Drop unnecessary die
author
Justin Lecher
<jlec@gentoo.org>
Fri, 11 Sep 2015 07:02:32 +0000
(09:02 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Fri, 11 Sep 2015 07:53:16 +0000
(09:53 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/flake8/flake8-2.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/flake8/flake8-2.0-r1.ebuild
b/dev-python/flake8/flake8-2.0-r1.ebuild
index 238e26e81fc1e5242b40ba2b9780cff2f76238fc..a226f036095431aad34c3d6a4ced2ee407bcf620 100644
(file)
--- a/
dev-python/flake8/flake8-2.0-r1.ebuild
+++ b/
dev-python/flake8/flake8-2.0-r1.ebuild
@@
-28,5
+28,5
@@
RDEPEND="
"
python_test() {
- esetup.py test
|| die "Tests failed for ${EPYTHON}"
+ esetup.py test
}