Adding XPCOM_MEM_BLOAT_LOG=1 for RunBloatTest.

git-svn-id: svn://10.0.0.236/trunk@51696 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 1999-10-24 22:37:34 +00:00
parent bd175bcc62
commit 15b4b203b5

View File

@ -6,7 +6,7 @@ use Sys::Hostname;
use POSIX "sys_wait_h";
use Cwd;
$Version = '$Revision: 1.13 $ ';
$Version = '$Revision: 1.14 $ ';
sub PrintUsage {
@ -706,6 +706,8 @@ sub RunBloatTest {
# Turn on ref counting to track leaks (bloaty tool).
$ENV{NSPR_LOG_MODULES} = "xpcomrefcnt:1";
$ENV{XPCOM_MEM_BLOAT_LOG} = "1";
$Binary = "$BuildDir/$TopLevel/${Topsrcdir}$BinaryName{$fe}";