зеркало из https://github.com/mozilla/pjs.git
. Fixed error log file path
This commit is contained in:
Родитель
3d8ccf2607
Коммит
6249a43394
|
@ -47,12 +47,12 @@ $build{nglayout}= 1;
|
|||
chdir("::::");
|
||||
$MOZ_SRC = cwd();
|
||||
|
||||
OpenErrorLog("NGLayoutBuildLog");
|
||||
#OpenErrorLog("Mozilla.BuildLog"); # Tinderbox requires that name
|
||||
|
||||
Moz::StopForErrors();
|
||||
#Moz::DontStopForErrors();
|
||||
|
||||
#OpenErrorLog("::NGLayoutBuildLog");
|
||||
OpenErrorLog(":::Mozilla.BuildLog"); # Tinderbox requires that name
|
||||
|
||||
if ($pull{all}) {
|
||||
Checkout();
|
||||
}
|
||||
|
|
|
@ -47,12 +47,12 @@ $build{nglayout} = 1;
|
|||
chdir("::::");
|
||||
$MOZ_SRC = cwd();
|
||||
|
||||
OpenErrorLog("NGLayoutDebugBuildLog");
|
||||
#OpenErrorLog("Mozilla.BuildLog"); # Tinderbox requires that name
|
||||
|
||||
Moz::StopForErrors();
|
||||
#Moz::DontStopForErrors();
|
||||
|
||||
#OpenErrorLog("::NGLayoutBuildLog");
|
||||
OpenErrorLog(":::Mozilla.BuildLog"); # Tinderbox requires that name
|
||||
|
||||
if ($pull{all}) {
|
||||
Checkout();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче