Bug 1552964 - Remove the third argument passed to run_robocop_test(). r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D31873

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ting-Yu Lin 2019-05-21 13:09:21 +00:00
Родитель 3a21dca1bc
Коммит f93ea0beb4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -576,7 +576,7 @@ class RobocopCommands(MachCommandBase):
kwargs['adbPath'] = get_adb_path(self)
mochitest = self._spawn(MochitestRunner)
return mochitest.run_robocop_test(self._mach_context, tests, 'robocop', **kwargs)
return mochitest.run_robocop_test(self._mach_context, tests, **kwargs)
# NOTE python/mach/mach/commands/commandinfo.py references this function