summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-03-24 22:04:28 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-03-24 22:04:28 +0000
commit7a753cecdc768f16b633d30e16d7b7b8e89ef04f (patch)
treecdcdc6a0784e78636f2446884e79dc28202f048e /dev-vcs/git/git-1.6.5.3.ebuild
parentTrim old versions. (diff)
downloadgentoo-2-7a753cecdc768f16b633d30e16d7b7b8e89ef04f.tar.gz
gentoo-2-7a753cecdc768f16b633d30e16d7b7b8e89ef04f.tar.bz2
gentoo-2-7a753cecdc768f16b633d30e16d7b7b8e89ef04f.zip
Bug #296628: Expand list of tests disabled when CVS is not available.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/git/git-1.6.5.3.ebuild')
-rw-r--r--dev-vcs/git/git-1.6.5.3.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-vcs/git/git-1.6.5.3.ebuild b/dev-vcs/git/git-1.6.5.3.ebuild
index f30de48ff5e2..cdc60fccbf8b 100644
--- a/dev-vcs/git/git-1.6.5.3.ebuild
+++ b/dev-vcs/git/git-1.6.5.3.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.6.5.3.ebuild,v 1.1 2010/03/17 15:13:19 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.3.ebuild,v 1.2 2010/03/24 22:04:28 robbat2 Exp $
EAPI=2
@@ -313,7 +313,11 @@ src_test() {
local disabled=""
local tests_cvs="t9200-git-cvsexportcommit.sh \
t9400-git-cvsserver-server.sh \
- t9600-cvsimport.sh"
+ t9401-git-cvsserver-crlf.sh \
+ t9600-cvsimport.sh \
+ t9601-cvsimport-vendor-branch.sh \
+ t9602-cvsimport-branches-tags.sh \
+ t9603-cvsimport-patchsets.sh"
local tests_perl="t5502-quickfetch.sh \
t5512-ls-remote.sh \
t5520-pull.sh"