]> git.ipfire.org Git - thirdparty/git.git/commit
tests: define GIT_TEST_PROTOCOL_VERSION
authorJonathan Tan <jonathantanmy@google.com>
Mon, 25 Feb 2019 21:54:06 +0000 (13:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 01:02:42 +0000 (10:02 +0900)
commit8cbeba063250bf55f73921702209df10ed186e9e
treeb907fca25c374903f5d46cb1d0a7737ae9e0686d
parent8feddda32cc50e928404788d7b9377c0b5f73f50
tests: define GIT_TEST_PROTOCOL_VERSION

Define a GIT_TEST_PROTOCOL_VERSION environment variable meant to be used
from tests. When set, this ensures protocol.version is at least the
given value, allowing the entire test suite to be run as if this
configuration is in place for all repositories.

As of this patch, all tests pass whether GIT_TEST_PROTOCOL_VERSION is
unset or set to 0. Some tests fail when GIT_TEST_PROTOCOL_VERSION is set
to 1 or 2, but this will be dealt with in subsequent patches.

This is based on work by Ævar Arnfjörð Bjarmason.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
protocol.c
t/README
t/t5400-send-pack.sh
t/t5551-http-fetch-smart.sh