diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-11-08 07:31:14 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-11-08 07:31:14 +0000 |
commit | f44ac2234e983d73ace7d186b546158a2134a7ae (patch) | |
tree | 0df6220605e06c442e4a9f7f53801569190b0483 /sys-auth/keystone | |
parent | deleted patch that was commented out, added IUSE test, test deps, manually ad... (diff) | |
download | gentoo-2-f44ac2234e983d73ace7d186b546158a2134a7ae.tar.gz gentoo-2-f44ac2234e983d73ace7d186b546158a2134a7ae.tar.bz2 gentoo-2-f44ac2234e983d73ace7d186b546158a2134a7ae.zip |
Undo unintended change to test phase of keystone-2013.1.4.ebuild
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2013.1.4.ebuild | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index a336698f2284..1c4d36a18ceb 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,10 +1,9 @@ # ChangeLog for sys-auth/keystone # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.43 2013/11/08 07:15:12 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.44 2013/11/08 07:31:14 idella4 Exp $ 08 Nov 2013; Ian Delaney <idella4@gentoo.org> - +files/no_admin_token_auth-paste.ini, keystone-2013.1.4.ebuild, - keystone-2013.2.ebuild: + +files/no_admin_token_auth-paste.ini, keystone-2013.2.ebuild: deleted patch that was commented out, added IUSE test, test deps, manually added missing file required for testsuite (within python_prepare_all), invoked test phase which now works due to addition of missing ini file diff --git a/sys-auth/keystone/keystone-2013.1.4.ebuild b/sys-auth/keystone/keystone-2013.1.4.ebuild index 5b19235ea3fa..53d4ae7fc809 100644 --- a/sys-auth/keystone/keystone-2013.1.4.ebuild +++ b/sys-auth/keystone/keystone-2013.1.4.ebuild @@ -1,7 +1,6 @@ - # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.4.ebuild,v 1.2 2013/11/08 07:15:12 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.4.ebuild,v 1.3 2013/11/08 07:31:14 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -73,8 +72,7 @@ PATCHES=( # python_test() { # https://bugs.launchpad.net/keystone/+bug/1241956 -# nosetests -e 'test_keystoneclient*' || die "testsuite failed under ${EPYTHON}" - nosetests || die "testsuite failed under ${EPYTHON}" + nosetests -e 'test_keystoneclient*' || die "testsuite failed under ${EPYTHON}" } python_install() { |