| Summary: | dev-vcs/git fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | Robin Johnson <robbat2> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ricmm |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2009-12-12 14:16:49 UTC
Created attachment 212784 [details]
Build log
I can't reproduce here. Does this still happen with 1.6.5.6? What version did it start on? EVERY time I commit a Git bump, it's as follows: f="git....ebuild" && FEATURES="userpriv test" ebuild $f && cvs add $f && echangelog "Version bump" && repoman commit "Version bump" Cvs tests fails when cvs[server] is not present on the system because some of the cvs tests are blacklisted but not all of them.
in src_test :
local tests_cvs="t9200-git-cvsexportcommit.sh \
t9400-git-cvsserver-server.sh \
t9600-cvsimport.sh"
should be :
local tests_cvs="t9200-git-cvsexportcommit.sh \
t9400-git-cvsserver-server.sh \
t9401-git-cvsserver-crlf.sh \
t9600-cvsimport.sh \
t9601-cvsimport-vendor-branch.sh \
t9602-cvsimport-branches-tags.sh \
t9603-cvsimport-patchsets.sh"
And then tests succeed
Fixed in CVS. |