put update tools on path when in fast mode r=coop b=391958

git-svn-id: svn://10.0.0.236/trunk@247863 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhelmer%mozilla.com 2008-03-14 20:19:44 +00:00
parent a4209db1e3
commit d5cfbb5c03

View File

@ -590,6 +590,8 @@ sub CreatePartialPatches {
my $args = ['-u', $fastIncrementalUpdateBinary, '-f',
$config->{'mPartialPatchlistFile'}];
$ENV{'PATH'} = catfile($config->GetToolsDir(),
'mozilla', 'dist', 'host', 'bin') . ':' . $ENV{'PATH'};
run_shell_command(cmd => 'python',
cmdArgs => $args,
timeout => 10800);