On Jun 26, 2007, at 11:07 PM, Brian Gernhardt wrote:
I'm getting several failures in the git-cvsserver tests. I don't
even know where to start with that code, so here's as detailed an
error report as I can give.
The first category appears to be that several of the tests use
test_expect_failure, which expects the error codes to be less than
127 and the error it gets is 255 (-1).
* FAIL 9: req_Root failure (strict-paths)
cat request-anonymous | git-cvsserver --strict-paths
pserver $WORKDIR >log 2>&1
* FAIL 11: req_Root failure (w/o strict-paths)
cat request-anonymous | git-cvsserver pserver $WORKDIR/
gitcvs >log 2>&1
* FAIL 13: req_Root failure (base-path)
cat request-anonymous | git-cvsserver --strict-paths --base-
path $WORKDIR pserver $SERVERDIR >log 2>&1
Running the tests again this morning after a fresh pull results in
only the above failures occurring. I looked through git-
cvsserver.perl and couldn't find any exit(-1) or similar. Anyone
have any idea where to start to fix these?
~~ Brian
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html