mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 01:59:29 +00:00
Bug 946722 - Fix typo causing b2g mochitest mach command to use wrong manifest, r=ato, DONTBUILD, a=NPOTB
This commit is contained in:
parent
f0d833e65b
commit
d8ede2291e
@ -139,7 +139,7 @@ class MochitestRunner(MozbuildObject):
|
||||
print('Specified test path does not exist: %s' % test_root_file)
|
||||
return 1
|
||||
options.testPath = test_path
|
||||
elif conditions.is_b2g_desktop:
|
||||
elif conditions.is_b2g_desktop(self):
|
||||
options.testManifest = 'b2g-desktop.json'
|
||||
else:
|
||||
options.testManifest = 'b2g.json'
|
||||
|
Loading…
x
Reference in New Issue
Block a user