diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-07 15:28:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-07 15:36:00 -0700 |
commit | 25dc57bac8ea77a12a98df75d2f1296dea9d9fa9 (patch) | |
tree | 296c0adba407b4e5524e4c21f07dfb8ef41b8432 /t/t0030-stripspace.sh | |
parent | The eleventh batch (diff) | |
parent | tests: add a test mode for SANITIZE=leak, run it in CI (diff) | |
download | tgif-25dc57bac8ea77a12a98df75d2f1296dea9d9fa9.tar.xz |
Merge branch 'ab/sanitize-leak-ci' into ab/mark-leak-free-tests
* ab/sanitize-leak-ci:
tests: add a test mode for SANITIZE=leak, run it in CI
Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
Diffstat (limited to 't/t0030-stripspace.sh')
-rwxr-xr-x | t/t0030-stripspace.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t0030-stripspace.sh b/t/t0030-stripspace.sh index 0c24a0f9a3..ae1ca380c1 100755 --- a/t/t0030-stripspace.sh +++ b/t/t0030-stripspace.sh @@ -5,6 +5,7 @@ test_description='git stripspace' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh t40='A quick brown fox jumps over the lazy do' |