From 151eec1ed6ec9d972eafa78f3d9c38e8c8a9e6e5 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan.bosch@open-xchange.com> Date: Sat, 13 Feb 2021 00:00:49 +0100 Subject: [PATCH] plugin tests: Do not use valgrind for child processes. Those are currently exclusively system tools and we cannot control whether those have memory leaks. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6a3f0f789..3249569ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -201,7 +201,7 @@ failure_test_cases = \ $(failure_test_cases): @$(TEST_BIN) -F $(top_srcdir)/$@ -TEST_EXTPROGRAMS_BIN = $(TEST_BIN) \ +TEST_EXTPROGRAMS_BIN = NOCHILDREN=yes $(TEST_BIN) \ -P src/plugins/sieve-extprograms/.libs/sieve_extprograms extprograms_test_cases = \ -- GitLab