Bug 1108638 - Set correct installer_url buildbot property when code coverage is enabled, r=gps

--HG--
extra : rebase_source : 3a8bb8fee58047ae89161c3fd58cb2d8fb464cf3
This commit is contained in:
Andrew Halberstadt 2014-12-08 13:32:48 -05:00
parent 40809b8a85
commit f99e39b839

View File

@ -54,6 +54,7 @@ def getUrlProperties(filename):
('jsshellUrl', lambda m: 'jsshell-' in m and m.endswith('.zip')),
('completeMarUrl', lambda m: m.endswith('.complete.mar')),
('partialMarUrl', lambda m: m.endswith('.mar') and '.partial.' in m),
('codeCoverageURL', lambda m: m.endswith('code-coverage-gcno.zip')),
# packageUrl must be last!
('packageUrl', lambda m: True),
]