From ba4fe5d95834e1ab10782e98c919073e4dcb2cf0 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 5 Dec 2018 11:40:14 -0500 Subject: [PATCH] Remove malloc logging output since we no longer use GuardMalloc in the test suite. --- test/run-stp-tests.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 56e3d85f3..489e3b7d4 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -782,14 +782,6 @@ for file in 5*.sh; do fi done -# -# Log all allocations made by the scheduler... -# - -if test `uname` = Darwin -a "x$VALGRIND" = x; then - malloc_history $cupsd -callTree -showContent >$BASE/log/malloc_log 2>&1 -fi - # # Restart the server... # -- 2.39.5