diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-12-25 22:42:35 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-12-25 22:42:35 +0000 |
commit | 1e913837af31651e2d48ed9c18dca4a164e6eafa (patch) | |
tree | 4a1207b97e79863e3af21a7aa2e2f30592a006e1 /dev-vcs | |
parent | x86 stable per bug 349581 (diff) | |
download | gentoo-2-1e913837af31651e2d48ed9c18dca4a164e6eafa.tar.gz gentoo-2-1e913837af31651e2d48ed9c18dca4a164e6eafa.tar.bz2 gentoo-2-1e913837af31651e2d48ed9c18dca4a164e6eafa.zip |
Minor fail with displaying aggregate-results to fix.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git/git-1.7.2.5.ebuild | 5 | ||||
-rw-r--r-- | dev-vcs/git/git-1.7.3.4-r1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 2747e43d05f9..ed4853ffa9b8 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.61 2010/12/25 18:49:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.62 2010/12/25 22:42:35 robbat2 Exp $ + + 25 Dec 2010; Robin H. Johnson <robbat2@gentoo.org> git-1.7.2.5.ebuild, + git-1.7.3.4-r1.ebuild: + Minor fail with displaying aggregate-results to fix. 25 Dec 2010; Robin H. Johnson <robbat2@gentoo.org> git-1.7.2.5.ebuild, git-1.7.3.4-r1.ebuild: diff --git a/dev-vcs/git/git-1.7.2.5.ebuild b/dev-vcs/git/git-1.7.2.5.ebuild index 42f26b3bc805..480df752eb9a 100644 --- a/dev-vcs/git/git-1.7.2.5.ebuild +++ b/dev-vcs/git/git-1.7.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild,v 1.7 2010/12/25 18:49:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild,v 1.8 2010/12/25 22:42:35 robbat2 Exp $ EAPI=3 @@ -444,8 +444,9 @@ src_test() { git_emake test rc=$? # Display nice results + cd "${S}/t" git_emake aggregate-results - [ $rc -eq 0 ] || die "tests failed. Please file a bug with ${S}/t/ attached." + [ $rc -eq 0 ] || die "tests failed. Please file a bug." } showpkgdeps() { diff --git a/dev-vcs/git/git-1.7.3.4-r1.ebuild b/dev-vcs/git/git-1.7.3.4-r1.ebuild index 2f4c48584ac0..71549e00206d 100644 --- a/dev-vcs/git/git-1.7.3.4-r1.ebuild +++ b/dev-vcs/git/git-1.7.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild,v 1.5 2010/12/25 18:49:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild,v 1.6 2010/12/25 22:42:35 robbat2 Exp $ EAPI=3 @@ -440,8 +440,9 @@ src_test() { git_emake test rc=$? # Display nice results + cd "${S}/t" git_emake aggregate-results - [ $rc -eq 0 ] || die "tests failed. Please file a bug with ${S}/t/ attached." + [ $rc -eq 0 ] || die "tests failed. Please file a bug." } showpkgdeps() { |