From: Nuno Lopes Date: Mon, 17 Jul 2006 11:43:48 +0000 (+0000) Subject: make valgrind trace child processes. useful for the PCNTL extension (fork()), for... X-Git-Tag: php-5.2.0RC1~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46c036cd4d1c8e1cf20e66d91f0f8e02952e6783;p=php make valgrind trace child processes. useful for the PCNTL extension (fork()), for example --- diff --git a/run-tests.php b/run-tests.php index ab3cb7271a..8d009b3788 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1328,7 +1328,7 @@ TEST $file } if ($leak_check) { - $cmd = "valgrind -q --tool=memcheck --log-file-exactly=$memcheck_filename $cmd"; + $cmd = "valgrind -q --tool=memcheck --trace-children=yes --log-file-exactly=$memcheck_filename $cmd"; } if ($DETAILED) echo "