From 7ee166f4c6682bc548bc8559ebdcfcf262d225c3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 2 Oct 2020 16:23:29 +0200 Subject: [PATCH] Makefile: trace children in valgrind So that we get info for the session manager as well --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 229b0d47c..926d72571 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,7 +23,7 @@ gdb: $(MAKE) run DBG=gdb valgrind: - $(MAKE) run DBG="DISABLE_RTKIT=1 VALGRIND=1 valgrind" + $(MAKE) run DBG="DISABLE_RTKIT=1 VALGRIND=1 valgrind --trace-children=yes" test: all ninja -C @BUILD_ROOT@ test