git svn: migrate tests to use lib-httpd
This allows us to use common test infrastructure and parallelize the tests. For now, GIT_SVN_TEST_HTTPD=true needs to be set to enable the SVN HTTP tests because we reuse the same test cases for both file:// and http:// SVN repositories. SVN_HTTPD_PORT is no longer honored. Tested under Apache 2.2 and 2.4 on Debian 7.x (wheezy) and 8.x (jessie), respectively. Cc: Clemens Buchacher <drizzd@aon.at> Cc: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Eric Wong <e@80x24.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
7b232add79
commit
a8a5d25118
@ -18,7 +18,7 @@ test_expect_success 'setup test repository' '
|
||||
svn_cmd add foo &&
|
||||
svn_cmd commit -m "add foo"
|
||||
) &&
|
||||
start_httpd
|
||||
maybe_start_httpd
|
||||
'
|
||||
|
||||
test_expect_success 'clone trunk with "-r HEAD"' '
|
||||
|
Reference in New Issue
Block a user