]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove malloc logging output since we no longer use GuardMalloc in the test suite.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 5 Dec 2018 16:40:14 +0000 (11:40 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 5 Dec 2018 16:40:14 +0000 (11:40 -0500)
test/run-stp-tests.sh

index 56e3d85f3c20af914980a59695cacf5435bff2ba..489e3b7d42a62e44144e384d229e27cdcb5fe68d 100755 (executable)
@@ -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...
 #