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:
Andrew Halberstadt 2017-06-14 12:10:10 -04:00
Родитель 6f97dba672
Коммит f67d4de397
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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