diff options
author | Ian Delaney <idella4@gentoo.org> | 2012-11-22 15:55:20 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2012-11-22 15:55:20 +0000 |
commit | f3f2231b18da757d4e4629791adc30b90977b2c3 (patch) | |
tree | aa1e5b03d437026f1439c2c86d7c862c5adb3bac /dev-python/bsddb3 | |
parent | Stable on amd64, wrt bug #444326 (diff) | |
download | gentoo-2-f3f2231b18da757d4e4629791adc30b90977b2c3.tar.gz gentoo-2-f3f2231b18da757d4e4629791adc30b90977b2c3.tar.bz2 gentoo-2-f3f2231b18da757d4e4629791adc30b90977b2c3.zip |
msg added in test phase to the effect that tests are run in silent mode and can take long time, closes Bug #442184
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/bsddb3')
-rw-r--r-- | dev-python/bsddb3/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/bsddb3/bsddb3-5.3.0.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/bsddb3/ChangeLog b/dev-python/bsddb3/ChangeLog index 64c4cff52f03..30a4c396c61a 100644 --- a/dev-python/bsddb3/ChangeLog +++ b/dev-python/bsddb3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/bsddb3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.81 2012/07/29 17:15:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.82 2012/11/22 15:55:20 idella4 Exp $ + + 23 Nov 2012; Ian Delaney <idella4@gentoo.org> bsddb3-5.3.0.ebuild: + msg added in test phase to the effect that tests are run in silent mode and + can take long time, closes Bug #442184 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> bsddb3-5.1.2.ebuild, bsddb3-5.2.0.ebuild, bsddb3-5.3.0.ebuild: @@ -316,4 +320,3 @@ 01 Nov 2002; foser <foser@gentoo.org> bsddb3-3.4.0.ebuild, ChangeLog : Initial import - diff --git a/dev-python/bsddb3/bsddb3-5.3.0.ebuild b/dev-python/bsddb3/bsddb3-5.3.0.ebuild index beb767bda765..2919bd34d7ac 100644 --- a/dev-python/bsddb3/bsddb3-5.3.0.ebuild +++ b/dev-python/bsddb3/bsddb3-5.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-5.3.0.ebuild,v 1.6 2012/07/29 17:15:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-5.3.0.ebuild,v 1.7 2012/11/22 15:55:20 idella4 Exp $ EAPI="3" PYTHON_DEPEND="2 3:3.1" @@ -51,6 +51,7 @@ src_test() { ln -s build-${PYTHON_ABI} build echo TMPDIR="${T}/tests-${PYTHON_ABI}" "$(PYTHON)" test.py + einfo "all 500 tests are run silently and may take a number of minutes to complete" TMPDIR="${T}/tests-${PYTHON_ABI}" "$(PYTHON)" test.py } python_execute_function tests |