From: Michael R Sweet Date: Wed, 5 Dec 2018 16:40:14 +0000 (-0500) Subject: Remove malloc logging output since we no longer use GuardMalloc in the test suite. X-Git-Tag: v2.3b6~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4fe5d95834e1ab10782e98c919073e4dcb2cf0;p=thirdparty%2Fcups.git Remove malloc logging output since we no longer use GuardMalloc in the test suite. --- diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 56e3d85f3c..489e3b7d42 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... #