зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1372922 - Don't log suite_start a second time in reftest if recovering from a crash, r=jmaher
MozReview-Commit-ID: 45lYTfrCyxN --HG-- extra : rebase_source : 1398191fdff646133bb5064025c0f97192ef3071
This commit is contained in:
Родитель
6f97dba672
Коммит
f67d4de397
|
@ -532,7 +532,9 @@ function StartTests()
|
|||
tIDs.push(gURLs[i].identifier);
|
||||
}
|
||||
|
||||
logger.suiteStart(tIDs, {"skipped": gURLs.length - tURLs.length});
|
||||
if (gStartAfter === undefined) {
|
||||
logger.suiteStart(tIDs, {"skipped": gURLs.length - tURLs.length});
|
||||
}
|
||||
|
||||
if (gTotalChunks > 0 && gThisChunk > 0) {
|
||||
// Calculate start and end indices of this chunk if tURLs array were
|
||||
|
|
Загрузка…
Ссылка в новой задаче