diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-08-16 12:50:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-16 12:50:56 -0700 |
commit | d07bb0cd2af2c43943b19e3ee238e03193e183a5 (patch) | |
tree | f9242c599afceafc5b9dad28d2ff270db9ef9324 /t/t9835-git-p4-metadata-encoding-python2.sh | |
parent | e6698fbfa9d78687304b6e95170b068bbf7e74f4 (diff) | |
parent | 63ee9333837ec5c4cad79935a3061b02b51f32fd (diff) |
Merge branch 'ps/p4-tests-updates' into maint-2.46
Perforce tests have been updated.
cf. <na5mwletzpnacietbc7pzqcgb622mvrwgrkjgjosysz3gvjcso@gzxxi7d7icr7>
* ps/p4-tests-updates:
t98xx: mark Perforce tests as memory-leak free
ci: update Perforce version to r23.2
t98xx: fix Perforce tests with p4d r23 and newer
Diffstat (limited to 't/t9835-git-p4-metadata-encoding-python2.sh')
-rwxr-xr-x | t/t9835-git-p4-metadata-encoding-python2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9835-git-p4-metadata-encoding-python2.sh b/t/t9835-git-p4-metadata-encoding-python2.sh index 036bf79c66..ad20ffdede 100755 --- a/t/t9835-git-p4-metadata-encoding-python2.sh +++ b/t/t9835-git-p4-metadata-encoding-python2.sh @@ -6,6 +6,7 @@ This test checks that the import process handles inconsistent text encoding in p4 metadata (author names, commit messages, etc) without failing, and produces maximally sane output in git.' +TEST_PASSES_SANITIZE_LEAK=true . ./lib-git-p4.sh python_target_version='2' |