Re: [PATCH 2/2] git svn: migrate tests to use lib-httpd
From: Junio C Hamano <hidden>
Date: 2016-07-25 17:42:21
Eric Wong [off-list ref] writes:
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 <redacted> Cc: Michael J Gruber <redacted> Signed-off-by: Eric Wong <redacted> --- t/lib-git-svn.sh | 91 +++++---------------------- t/lib-httpd.sh | 8 ++- t/lib-httpd/apache.conf | 4 +- t/t9115-git-svn-dcommit-funky-renames.sh | 7 ++- t/t9118-git-svn-funky-branch-names.sh | 2 +- t/t9120-git-svn-clone-with-percent-escapes.sh | 2 +- t/t9142-git-svn-shallow-clone.sh | 2 +- 7 files changed, 30 insertions(+), 86 deletions(-)
Nice code reduction ;-)