Bug 929121 - Don't pass a null bin parameter, r=ahal, DONTBUILD because NPOTB

This commit is contained in:
Jonathan Griffin 2013-10-21 14:26:40 -07:00
parent 19c3c317bc
commit fa8dda686a

View File

@ -115,5 +115,6 @@ class MachCommands(MachCommandBase):
self.mozconfig['path']))
return 1
bin = self.get_binary_path('app')
return run_marionette(tests, bin=bin, testtype=testtype,
topsrcdir=self.topsrcdir, address=address)