зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3a21dca1bc
Коммит
f93ea0beb4
|
@ -576,7 +576,7 @@ class RobocopCommands(MachCommandBase):
|
||||||
kwargs['adbPath'] = get_adb_path(self)
|
kwargs['adbPath'] = get_adb_path(self)
|
||||||
|
|
||||||
mochitest = self._spawn(MochitestRunner)
|
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
|
# NOTE python/mach/mach/commands/commandinfo.py references this function
|
||||||
|
|
Загрузка…
Ссылка в новой задаче