projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd449d1
)
dev-python/pyxml: add missing die.
author
Patrice Clement
<monsieurp@gentoo.org>
Fri, 14 Oct 2016 10:39:57 +0000
(12:39 +0200)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/dev-python/pyxml/pyxml-0.8.4-r3.ebuild
b/dev-python/pyxml/pyxml-0.8.4-r3.ebuild
index 857b4b40b8a288cb3ebc722c87f4b9ca27e72d7b..d28e6fe13eb453776900124df5b7dab4b7224390 100644
(file)
--- 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-201
5
Gentoo Foundation
+# Copyright 1999-201
6
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