Bug 1046991 - Fix error message when no build is present for mochitest-plain, r=ahal, DONTBUILD because NPOTB

This commit is contained in:
Jonathan Griffin 2014-08-01 10:59:05 -07:00
Родитель 8b49262333
Коммит 0b3d03bddb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -621,7 +621,7 @@ class MachCommandConditions(object):
@staticmethod
def is_firefox_or_mulet(cls):
"""Must have a Mulet build."""
"""Must have a Firefox or Mulet build."""
return (MachCommandConditions.is_firefox(cls) or
MachCommandConditions.is_mulet(cls))