diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2019-02-25 22:54:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-03-07 02:02:42 +0100 |
commit | 8cbeba063250bf55f73921702209df10ed186e9e (patch) | |
tree | b907fca25c374903f5d46cb1d0a7737ae9e0686d /t/t5516-fetch-push.sh | |
parent | Fifth batch for 2.21 (diff) | |
download | git-8cbeba063250bf55f73921702209df10ed186e9e.tar.xz git-8cbeba063250bf55f73921702209df10ed186e9e.zip |
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>
Diffstat (limited to 't/t5516-fetch-push.sh')
0 files changed, 0 insertions, 0 deletions