summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-07-28 12:58:59 +0000
committerAntony Dovgal <tony2001@php.net>2006-07-28 12:58:59 +0000
commit29a7498965ab0fbc9956299316c380bfd6baa4e8 (patch)
tree6dffdabf1d8a0786cba5151acdb13c008dad317e
parenta28a95c11a5d5103df539df4dc5a12cdb9405b03 (diff)
downloadphp-git-29a7498965ab0fbc9956299316c380bfd6baa4e8.tar.gz
MFH: disable --leak-check
-rwxr-xr-xrun-tests.php2
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 "