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
Родитель b8acdae4bb
Коммит 5fb6292b1c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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