diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-28 12:58:59 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-28 12:58:59 +0000 |
commit | 29a7498965ab0fbc9956299316c380bfd6baa4e8 (patch) | |
tree | 6dffdabf1d8a0786cba5151acdb13c008dad317e | |
parent | a28a95c11a5d5103df539df4dc5a12cdb9405b03 (diff) | |
download | php-git-29a7498965ab0fbc9956299316c380bfd6baa4e8.tar.gz |
MFH: disable --leak-check
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 5d98d0bea1..58591ca7cf 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1328,7 +1328,7 @@ TEST $file } if ($leak_check) { - $cmd = "USE_ZEND_ALLOC=0 valgrind -q --tool=memcheck --trace-children=yes --leak-check=yes --log-file-exactly=$memcheck_filename $cmd"; + $cmd = "USE_ZEND_ALLOC=0 valgrind -q --tool=memcheck --trace-children=yes --log-file-exactly=$memcheck_filename $cmd"; } if ($DETAILED) echo " |