commit:     da283603f63ffce90ea85a07d0e75df0e3ad8e46
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 10:39:57 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 10:41:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da283603

dev-python/pyxml: add missing die.

Package-Manager: portage-2.3.0

 dev-python/pyxml/pyxml-0.8.4-r3.ebuild | 4 ++--
 1 file 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 857b4b4..d28e6fe 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
 

Reply via email to