mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1728438 - Fix ./mach cppunittest missing argument error r=mhentges
Bug 1696251 forgot to add a `command_context` argument to `run_cppunit_test`, leading to a mach internal error when running `./mach cppunittest`. Differential Revision: https://phabricator.services.mozilla.com/D124128
This commit is contained in:
parent
4d227d94ae
commit
7bc47a6675
@ -527,7 +527,7 @@ class MachCommands(MachCommandBase):
|
||||
return self.run_android_test(tests, symbols_path, manifest_path, log)
|
||||
|
||||
return self.run_desktop_test(
|
||||
tests, symbols_path, manifest_path, utility_path, log
|
||||
command_context, tests, symbols_path, manifest_path, utility_path, log
|
||||
)
|
||||
|
||||
def run_desktop_test(
|
||||
|
Loading…
Reference in New Issue
Block a user