diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-10-12 15:56:38 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-13 03:23:24 +0200 |
commit | fdc8f79f1f16bcbd640532dbe09ac64b93feeca0 (patch) | |
tree | 684b69656b6bf5e752813ae1d66a5ce1287dbac6 /t/t0052-simple-ipc.sh | |
parent | leak tests: run various built-in tests in t00*.sh SANITIZE=leak (diff) | |
download | git-fdc8f79f1f16bcbd640532dbe09ac64b93feeca0.tar.xz git-fdc8f79f1f16bcbd640532dbe09ac64b93feeca0.zip |
leak tests: run various "test-tool" tests in t00*.sh SANITIZE=leak
Mark various existing tests in t00*.sh that invoke a "test-tool" with
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/t0052-simple-ipc.sh')
-rwxr-xr-x | t/t0052-simple-ipc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t0052-simple-ipc.sh b/t/t0052-simple-ipc.sh index ff98be31a5..1a36a53574 100755 --- a/t/t0052-simple-ipc.sh +++ b/t/t0052-simple-ipc.sh @@ -2,6 +2,7 @@ test_description='simple command server' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh test-tool simple-ipc SUPPORTS_SIMPLE_IPC || { |