summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-28 01:16:34 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-28 01:16:34 +0000
commit21ce480618804af3da8ce904453a9d021ae3c8c9 (patch)
treeb08c93825a0eb4f9e051ad54234fe952b93ee327 /dev-python/twisted
parentVersion bump. (diff)
downloadgentoo-2-21ce480618804af3da8ce904453a9d021ae3c8c9.tar.gz
gentoo-2-21ce480618804af3da8ce904453a9d021ae3c8c9.tar.bz2
gentoo-2-21ce480618804af3da8ce904453a9d021ae3c8c9.zip
Fix src_test().
(Portage version: 14912-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/twisted-8.2.0-r2.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/twisted/twisted-8.2.0-r2.ebuild b/dev-python/twisted/twisted-8.2.0-r2.ebuild
index 3804bd0a5457..dc9b56dc9985 100644
--- a/dev-python/twisted/twisted-8.2.0-r2.ebuild
+++ b/dev-python/twisted/twisted-8.2.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.2.0-r2.ebuild,v 1.9 2009/11/15 14:19:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.2.0-r2.ebuild,v 1.10 2009/11/28 01:16:34 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -66,11 +66,9 @@ src_test() {
PYTHONPATH=. "${T}/tests/usr/bin/trial" twisted || die "trial failed with Python ${PYTHON_ABI}"
popd > /dev/null || die
+ rm -fr "${T}/tests"
}
python_execute_function testing
-
- cd "${S}"
- rm -rf "${T}/tests"
}
src_install() {