diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-07-17 10:47:24 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-07-17 10:47:24 -0700 |
| commit | 6da44da936d8256438aca9c7e027b7dc5e405b07 (patch) | |
| tree | 830700626b0cb172aab8dff6afcd383b9d8ba5b3 /ci | |
| parent | 04f5a52757cd92347271e24f7cbdfe15dafce3b7 (diff) | |
| parent | 8c1d6691bc514e2c1c01a807e872b5dddcb2485b (diff) | |
| download | git-6da44da936d8256438aca9c7e027b7dc5e405b07.tar.xz | |
Merge branch 'rj/test-sanitize-leak-log-fix'
Tests that use GIT_TEST_SANITIZE_LEAK_LOG feature got their exit
status inverted, which has been corrected.
* rj/test-sanitize-leak-log-fix:
test-lib: GIT_TEST_SANITIZE_LEAK_LOG enabled by default
test-lib: fix GIT_TEST_SANITIZE_LEAK_LOG
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/lib.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -370,7 +370,6 @@ linux-musl) linux-leaks|linux-reftable-leaks) export SANITIZE=leak export GIT_TEST_PASSING_SANITIZE_LEAK=true - export GIT_TEST_SANITIZE_LEAK_LOG=true ;; linux-asan-ubsan) export SANITIZE=address,undefined |
