El 16/11/2007, a las 9:59, Väinö Järvelä escribió:
On Nov 16, 2007, at 10:37, Wincent Colaiuta wrote:
Strange. I've looked in the environment and there is nothing
suspicious; in fact, running the tests with a totally clean
environment (env -i ./t9101-git-svn-props.sh) produces exactly the
same result.
This was with commit 039bc64e (HEAD of master yesterday). I just
tested the commit you mention (HEAD of next) and get the same
failure; this is the procedure I'm using to test:
git fetch
git checkout -b next_test origin/next
git describe # (v1.5.3.5-1780-gca2b71c)
git clean
make clean && make
cd t
env -i ./t9101-git-svn-props.sh
So really, not sure what could be causing this.
Did you forget to install the newly compiled version? Or does the
test system use git from the source tree?
I didn't install the newly compiled version because, as far as know,
the test system uses the built copy in the source tree (I can't
actually recall *any* Makefile-based open source projects that didn't
work like that).
$ git --version
git version 1.5.3.5
$ /usr/local/bin/git --version
git version 1.5.3.5
$ ./git --version # (from inside the source tree)
git version 1.5.3.5.1780.gca2b
$ env -i git --version
env: git: No such file or directory
So the test run above *must* be using the just-built copy in the
source tree otherwise *none* of the tests would pass.
Cheers,
Wincent
-
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