зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1431753 - Fix condition when verification and per-test coverage are not enabled. r=me
This commit is contained in:
Родитель
219ed0cc06
Коммит
3988db8b4e
|
@ -473,7 +473,7 @@ class AndroidEmulatorTest(TestingMixin, EmulatorMixin, BaseScript, MozbaseMixin,
|
|||
|
||||
try_options, try_tests = self.try_args(self.test_suite)
|
||||
cmd.extend(try_options)
|
||||
if self.verify_enabled or self.per_test_coverage:
|
||||
if not self.verify_enabled and not self.per_test_coverage:
|
||||
cmd.extend(self.query_tests_args(
|
||||
self.config["suite_definitions"][self.test_suite].get("tests"),
|
||||
None,
|
||||
|
|
Загрузка…
Ссылка в новой задаче