Changeset 246742 in webkit


Ignore:
Timestamp:
Jun 24, 2019 11:18:46 AM (5 years ago)
Author:
Jonathan Bedard
Message:

webkitpy: Build style should be lower-case
https://bugs.webkit.org/show_bug.cgi?id=199158

Reviewed by Aakash Jain.

  • Scripts/webkitpy/test/main.py:

(Tester._run_tests): Make all styles lower-case.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r246741 r246742  
     12019-06-24  Jonathan Bedard  <jbedard@apple.com>
     2
     3        webkitpy: Build style should be lower-case
     4        https://bugs.webkit.org/show_bug.cgi?id=199158
     5
     6        Reviewed by Aakash Jain.
     7
     8        * Scripts/webkitpy/test/main.py:
     9        (Tester._run_tests): Make all styles lower-case.
     10
    1112019-06-24  Aakash Jain  <aakash_jain@apple.com>
    212
  • trunk/Tools/Scripts/webkitpy/test/main.py

    r246662 r246742  
    271271                    version=str(_host.platform.os_version),
    272272                    version_name=_host.platform.os_version_name(),
    273                     style='asan' if config.asan else configuration_to_use,
     273                    style='asan' if config.asan else configuration_to_use.lower(),
    274274                    sdk=_host.platform.build_version(),
    275275                    flavor=self._options.result_report_flavor,
Note: See TracChangeset for help on using the changeset viewer.