diff options
author | Eric Wong <e@80x24.org> | 2016-07-23 04:26:08 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-25 10:42:34 -0700 |
commit | a8a5d2511871caec259036af95d7dd6287d12925 (patch) | |
tree | 9e3e9e21f963acfa9dfa18b3f5868233c9356b9c /t/t9142-git-svn-shallow-clone.sh | |
parent | t/t91*: do not say how to avoid the tests (diff) | |
download | tgif-a8a5d2511871caec259036af95d7dd6287d12925.tar.xz |
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>
Diffstat (limited to 't/t9142-git-svn-shallow-clone.sh')
-rwxr-xr-x | t/t9142-git-svn-shallow-clone.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9142-git-svn-shallow-clone.sh b/t/t9142-git-svn-shallow-clone.sh index e21ee5f663..9ee23be640 100755 --- a/t/t9142-git-svn-shallow-clone.sh +++ b/t/t9142-git-svn-shallow-clone.sh @@ -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"' ' |