зеркало из https://github.com/mozilla/pjs.git
Attempt to fix smoketest blocker by removing extraneous ^M from GRE_BUILD_ID
This commit is contained in:
Родитель
a7fb3d42ea
Коммит
279c4d53ab
|
@ -60,6 +60,8 @@ sub getOfficialMilestone($) {
|
|||
close(FILE);
|
||||
if ($num !~ /^\d/) { return; }
|
||||
chomp($num);
|
||||
# Remove extra ^M caused by using dos-mode line-endings
|
||||
chop $num if (substr($num, -1, 1) eq "\r");
|
||||
$Moz::Milestone::officialMilestone = $num;
|
||||
$Moz::Milestone::milestone = &getMilestoneNum;
|
||||
return $num;
|
||||
|
|
Загрузка…
Ссылка в новой задаче