Bug 946722 - Fix typo causing b2g mochitest mach command to use wrong manifest, r=ato, DONTBUILD, a=NPOTB

This commit is contained in:
Andrew Halberstadt 2013-12-05 10:48:46 -05:00
parent f0d833e65b
commit d8ede2291e

View File

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