On Sat, 25 Jul 2009, Junio C Hamano wrote:
Linus Torvalds [off-list ref] writes:
quoted
... Not an insignificant speedup on my machine (with an
obligatory "nyaah, nyaah, I can do the git test-suite under a minute" just
to rub peoples noses in the fact that my desktop computer is disgustingly
fast).
With git-svn tests?
Yup. There's a few tests I'm skipping, but not many:
* skipping test, network testing disabled by default
* skipping test, network testing disabled by default
* skipping svnserve test. (set $SVNSERVE_PORT to enable)
* skipping svn-info test (SVN version: 1.6.1 not supported)
* skipping svnserve test. (set $SVNSERVE_PORT to enable)
* skipping git-cvsserver tests, Perl SQLite interface unavailable
* skipping git-cvsserver tests, Perl SQLite interface unavailable
* skipping cvsimport tests, cvsps not found
(those first two ones are the GIT_TEST_HTTPD ones).
Linus