From dd8c2f7d41aab7433987053e2bfa67f74413e144 Mon Sep 17 00:00:00 2001 From: "cltbld%netscape.com" Date: Thu, 20 Dec 2001 05:04:48 +0000 Subject: [PATCH] comment out TinderboxPrint:, doing this in util script now. -mcafee --- tools/tinderbox/bloatdiff.pl | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/tools/tinderbox/bloatdiff.pl b/tools/tinderbox/bloatdiff.pl index 2fb7bbb178d..9cf5212db2c 100755 --- a/tools/tinderbox/bloatdiff.pl +++ b/tools/tinderbox/bloatdiff.pl @@ -164,16 +164,18 @@ printf "%-40s %10s %10.2f%% %10s %10.2f%%\n", $newMap{"TOTAL"}{leaked}, $newMap{"TOTAL"}{leakPercent}, $newMap{"TOTAL"}{bloat}, $newMap{"TOTAL"}{bloatPercent}); -my $leakstr = PrintSize($newMap{"TOTAL"}{leaked}) . "B\n"; -my $bloatstr = PrintSize($newMap{"TOTAL"}{bloat}) . "B\n"; - -if($LABEL) { - print "TinderboxPrint:$LABEL Lk:$leakstr\n"; - print "TinderboxPrint:$LABEL Bl:$bloatstr\n"; -} else { - print "TinderboxPrint:Lk:$leakstr\n"; - print "TinderboxPrint:Bl:$bloatstr\n"; -} +# build-seamonkey-util.pl does this printing now. +# +#my $leakstr = PrintSize($newMap{"TOTAL"}{leaked}) . "B\n"; +#my $bloatstr = PrintSize($newMap{"TOTAL"}{bloat}) . "B\n"; +# +#if($LABEL) { +# print "TinderboxPrint:$LABEL Lk:$leakstr\n"; +# print "TinderboxPrint:$LABEL Bl:$bloatstr\n"; +#} else { +# print "TinderboxPrint:Lk:$leakstr\n"; +# print "TinderboxPrint:Bl:$bloatstr\n"; +#} ################################################################################