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:
parent
a4209db1e3
commit
d5cfbb5c03
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user