mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Bug 1867439 - fix issue with testinfo for new days. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D195119
This commit is contained in:
parent
b69bf725b8
commit
4a7122192c
@ -436,7 +436,7 @@ class TestInfoReport(TestInfo):
|
|||||||
nextday.date(),
|
nextday.date(),
|
||||||
)
|
)
|
||||||
urls_to_fetch.append([str(nextday.date()), url])
|
urls_to_fetch.append([str(nextday.date()), url])
|
||||||
testrundata[str(nextday.date())] = olddata[str(nextday.date())]
|
testrundata[str(nextday.date())] = olddata.get(str(nextday.date()), {})
|
||||||
|
|
||||||
startday = nextday
|
startday = nextday
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user