diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-14 12:39:57 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-14 12:41:06 +0200 |
commit | da283603f63ffce90ea85a07d0e75df0e3ad8e46 (patch) | |
tree | ad470df0494b347d89cdc488b48d6a7712d8c8c8 /dev-python/pyxml/pyxml-0.8.4-r3.ebuild | |
parent | net-proxy/squid: punt REPLACING_VERSIONS bug 589508 (diff) | |
download | gentoo-da283603f63ffce90ea85a07d0e75df0e3ad8e46.tar.gz gentoo-da283603f63ffce90ea85a07d0e75df0e3ad8e46.tar.bz2 gentoo-da283603f63ffce90ea85a07d0e75df0e3ad8e46.zip |
dev-python/pyxml: add missing die.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/pyxml/pyxml-0.8.4-r3.ebuild')
-rw-r--r-- | dev-python/pyxml/pyxml-0.8.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyxml/pyxml-0.8.4-r3.ebuild b/dev-python/pyxml/pyxml-0.8.4-r3.ebuild index 857b4b40b8a2..d28e6fe13eb4 100644 --- a/dev-python/pyxml/pyxml-0.8.4-r3.ebuild +++ b/dev-python/pyxml/pyxml-0.8.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -53,7 +53,7 @@ python_test() { for test_file in ${BROKENTESTS[@]}; do test_file="test/${test_file}.py" einfo "Removing dubious test \"${test_file}\"" - rm ${test_file} + rm ${test_file} || die "can't remove ${test_file}" eend $? done |