dev-python/pyxml: add missing die.
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 14 Oct 2016 10:39:57 +0000 (12:39 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 14 Oct 2016 10:41:06 +0000 (12:41 +0200)
Package-Manager: portage-2.3.0

dev-python/pyxml/pyxml-0.8.4-r3.ebuild

index 857b4b40b8a288cb3ebc722c87f4b9ca27e72d7b..d28e6fe13eb453776900124df5b7dab4b7224390 100644 (file)
@@ -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