Codesize test needs MOZ_MAPINFO set before we pull, to get mozilla/tools/codesighs directory. r/a=bruner. (mcafee)

git-svn-id: svn://10.0.0.236/trunk@137239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld%netscape.com 2003-02-01 01:16:37 +00:00
parent a3e2245f14
commit 1f18443872

View File

@ -22,7 +22,7 @@ use File::Path; # for rmtree();
use Config; # for $Config{sig_name} and $Config{sig_num}
use File::Find ();
$::UtilsVersion = '$Revision: 1.221 $ ';
$::UtilsVersion = '$Revision: 1.222 $ ';
package TinderUtils;
@ -328,6 +328,12 @@ sub SetupEnv {
if($Settings::MailBloatTest) {
$ENV{BUILD_MAIL_SMOKETEST} = "1";
}
# Codesighs/codesize test needs this to pull the right stuff.
if ($Settings::CodesizeTest or $Settings::EmbedCodesizeTest) {
$ENV{MOZ_MAPINFO} = "1";
}
}
sub SetupPath {