mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1046991 - Fix error message when no build is present for mochitest-plain, r=ahal, DONTBUILD because NPOTB
This commit is contained in:
parent
1d70cc5e69
commit
c0acc260fa
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user