diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-10-31 00:24:19 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-11-01 19:23:08 +0100 |
commit | 16d4bd4f14e91ab5f70fb74407fc27fc4c8bfe0f (patch) | |
tree | 35038d8a9109c4c9c9baf2864ad01498ae7eb33b /t/t4049-diff-stat-count.sh | |
parent | leak tests: mark some apply tests as passing with SANITIZE=leak (diff) | |
download | git-16d4bd4f14e91ab5f70fb74407fc27fc4c8bfe0f.tar.xz git-16d4bd4f14e91ab5f70fb74407fc27fc4c8bfe0f.zip |
leak tests: mark some diff tests as passing with SANITIZE=leak
Mark some tests that match "*diff*" as passing when git is compiled
with SANITIZE=leak. They'll now be listed as running under the
"GIT_TEST_PASSING_SANITIZE_LEAK=true" test mode (the "linux-leaks" CI
target).
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4049-diff-stat-count.sh')
-rwxr-xr-x | t/t4049-diff-stat-count.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t4049-diff-stat-count.sh b/t/t4049-diff-stat-count.sh index 53061b104e..f5b35e7860 100755 --- a/t/t4049-diff-stat-count.sh +++ b/t/t4049-diff-stat-count.sh @@ -2,6 +2,8 @@ # Copyright (c) 2011, Google Inc. test_description='diff --stat-count' + +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh test_expect_success 'setup' ' |