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
parent c77e32ea1d
commit 0a4701f27d

View File

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