summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/ci/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/run b/contrib/ci/run
index a2f7f4f2d..fb72a33ac 100755
--- a/contrib/ci/run
+++ b/contrib/ci/run
@@ -214,7 +214,7 @@ function build_debug()
valgrind-condense 99 \
\"$valgrind_test_pattern\" -- \
--trace-children=yes \
- --trace-children-skip='*/bin/*,*/sbin/*' \
+ --trace-children-skip='*/bin/*,*/sbin/*,./dummy-child' \
--leak-check=full \
--gen-suppressions=all \
--suppressions=\"$CI_DIR/sssd.supp\" \