summaryrefslogtreecommitdiff
path: root/t/t0211-trace2-perf.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-10-12 13:56:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-10-13 01:23:24 (GMT)
commit0033ab3f599c565c27ef5850a0d3c75c2c8b2024 (patch)
tree80be0e691b1c6a2fa1c2d671e00a16c42e8312c0 /t/t0211-trace2-perf.sh
parent809aeedb0efed3fe6f3e201b43bf916b4aa70f69 (diff)
downloadgit-0033ab3f599c565c27ef5850a0d3c75c2c8b2024.zip
git-0033ab3f599c565c27ef5850a0d3c75c2c8b2024.tar.gz
git-0033ab3f599c565c27ef5850a0d3c75c2c8b2024.tar.bz2
leak tests: mark all trace2 tests as passing with SANITIZE=leak
Mark all tests that match "*trace2*" 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/t0211-trace2-perf.sh')
-rwxr-xr-xt/t0211-trace2-perf.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t0211-trace2-perf.sh b/t/t0211-trace2-perf.sh
index 6ee8ee3..22d0845 100755
--- a/t/t0211-trace2-perf.sh
+++ b/t/t0211-trace2-perf.sh
@@ -1,6 +1,8 @@
#!/bin/sh
test_description='test trace2 facility (perf target)'
+
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
# Turn off any inherited trace2 settings for this test.