diff options
author | Horea Christian <h.chr@mail.ru> | 2016-02-04 10:48:53 +0100 |
---|---|---|
committer | Horea Christian <h.chr@mail.ru> | 2016-02-04 10:48:53 +0100 |
commit | ee9d01d1442c4e58d97e2c26f926006017378bed (patch) | |
tree | 7c175f786e2b2e4e68ea8619042a24a3ce5436d1 | |
parent | dev-python/pydotplus: new package (diff) | |
download | sci-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.ebuild | 2 |
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 } |