Bug 1605070 - no_conditioned_profile not surfaced in raptor_class r=tarek

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Florin Strugariu 2019-12-19 12:09:18 +00:00
parent 11105937f8
commit a2b3c15851

View File

@ -1877,7 +1877,8 @@ def main(args=sys.argv[1:]):
interrupt_handler=SignalHandler(),
enable_webrender=args.enable_webrender,
extra_prefs=args.extra_prefs or {},
device_name=args.device_name
device_name=args.device_name,
no_conditioned_profile=args.no_conditioned_profile
)
success = raptor.run_tests(raptor_test_list, raptor_test_names)