summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-02-09 18:49:27 +0000
committerMike Gilbert <floppym@gentoo.org>2013-02-09 18:49:27 +0000
commit6cab1828d643781a016b2e109721e73fab7acb7b (patch)
tree4aaa6cd17abe62f6045b531cf98f8ba0e6ba0304 /dev-python
parentFix USE=alsa depends (reported by kini). (diff)
downloadgentoo-2-6cab1828d643781a016b2e109721e73fab7acb7b.tar.gz
gentoo-2-6cab1828d643781a016b2e109721e73fab7acb7b.tar.bz2
gentoo-2-6cab1828d643781a016b2e109721e73fab7acb7b.zip
Die on test failure.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/iniparse/ChangeLog5
-rw-r--r--dev-python/iniparse/iniparse-0.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/iniparse/ChangeLog b/dev-python/iniparse/ChangeLog
index 3e3a4e047b18..161520fe728c 100644
--- a/dev-python/iniparse/ChangeLog
+++ b/dev-python/iniparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/iniparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/ChangeLog,v 1.5 2013/02/09 18:48:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/ChangeLog,v 1.6 2013/02/09 18:49:27 floppym Exp $
+
+ 09 Feb 2013; Mike Gilbert <floppym@gentoo.org> iniparse-0.4-r1.ebuild:
+ Die on test failure.
*iniparse-0.4-r1 (09 Feb 2013)
diff --git a/dev-python/iniparse/iniparse-0.4-r1.ebuild b/dev-python/iniparse/iniparse-0.4-r1.ebuild
index c11261c133f8..a265e3172959 100644
--- a/dev-python/iniparse/iniparse-0.4-r1.ebuild
+++ b/dev-python/iniparse/iniparse-0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/iniparse-0.4-r1.ebuild,v 1.1 2013/02/09 18:48:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iniparse/iniparse-0.4-r1.ebuild,v 1.2 2013/02/09 18:49:27 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python2_{5,6,7} )
@@ -20,5 +20,5 @@ DEPEND=""
RDEPEND=""
python_test() {
- "${PYTHON}" runtests.py
+ "${PYTHON}" runtests.py || die
}