nlopess Mon Jul 17 11:46:12 2006 UTC
Modified files:
/php-src run-tests.php
Log:
MFB: valgrind args change
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.296&r2=1.297&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.296 php-src/run-tests.php:1.297
--- php-src/run-tests.php:1.296 Mon Jul 17 10:49:34 2006
+++ php-src/run-tests.php Mon Jul 17 11:46:12 2006
@@ -23,7 +23,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: run-tests.php,v 1.296 2006/07/17 10:49:34 nlopess Exp $ */
+/* $Id: run-tests.php,v 1.297 2006/07/17 11:46:12 nlopess Exp $ */
/* Sanity check to ensure that pcre extension needed by this script is
available.
* In the event it is not, print a nice error message indicating that this
script will
@@ -399,7 +399,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
- echo '$Revision: 1.296 $'."\n";
+ echo '$Revision: 1.297 $'."\n";
exit(1);
default:
echo "Illegal switch specified!\n";
@@ -1380,7 +1380,7 @@
}
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 "
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php