aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2016-02-04 10:48:53 +0100
committerHorea Christian <h.chr@mail.ru>2016-02-04 10:48:53 +0100
commitee9d01d1442c4e58d97e2c26f926006017378bed (patch)
tree7c175f786e2b2e4e68ea8619042a24a3ce5436d1
parentdev-python/pydotplus: new package (diff)
downloadsci-ee9d01d1442c4e58d97e2c26f926006017378bed.tar.gz
sci-ee9d01d1442c4e58d97e2c26f926006017378bed.tar.bz2
sci-ee9d01d1442c4e58d97e2c26f926006017378bed.zip
dev-python/pydotplus: added die call
Package-Manager: portage-2.2.27
-rw-r--r--dev-python/pydotplus/pydotplus-2.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
index 33dae9837..de5270beb 100644
--- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild
+++ b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
@@ -27,5 +27,5 @@ RDEPEND="
S="${WORKDIR}/${PN}-${MY_PV}"
src_test() {
- ${PYTHON} -m unittest discover
+ ${PYTHON} -m unittest discover || die
}