Changeset 269990 in webkit


Ignore:
Timestamp:
Nov 18, 2020 2:44:44 PM (3 years ago)
Author:
Jonathan Bedard
Message:

[webkitpy] Respect --result-report-flavor on device ports
https://bugs.webkit.org/show_bug.cgi?id=219112
<rdar://problem/71553965>

Reviewed by Dewei Zhu.

  • Scripts/webkitpy/port/device_port.py:

(DevicePort.configuration_for_upload): Add flavor to the configuration, if flag passed.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r269988 r269990  
     12020-11-18  Jonathan Bedard  <jbedard@apple.com>
     2
     3        [webkitpy] Respect --result-report-flavor on device ports
     4        https://bugs.webkit.org/show_bug.cgi?id=219112
     5        <rdar://problem/71553965>
     6
     7        Reviewed by Dewei Zhu.
     8
     9        * Scripts/webkitpy/port/device_port.py:
     10        (DevicePort.configuration_for_upload): Add flavor to the configuration, if flag passed.
     11
    1122020-11-18  Matt Lewis  <jlewis3@apple.com>
    213
  • trunk/Tools/Scripts/webkitpy/port/device_port.py

    r254340 r269990  
    272272            style=style,
    273273            model=model,
     274            flavor=self.get_option('result_report_flavor'),
    274275            sdk=host.build_version if host else None,
    275276        )
Note: See TracChangeset for help on using the changeset viewer.