Since checkout_unittest.py includes tests that rely on commit-log-editor, we should ensure that changes to that commit-log-editor trigger webkitpy test runs in EWS.
<rdar://problem/73590954>
Created attachment 418348 [details] Patch
Created attachment 418352 [details] Patch
Comment on attachment 418352 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418352&action=review > Tools/CISupport/ews-build/steps_unittest.py:2423 > + file_names = ['Tools/Scripts/webkitpy', 'Tools/Scripts/libraries', 'Tools/Script/commit-log-editor'] This won’t work because it says "Script" instead of "Scripts".
Created attachment 418353 [details] Patch
(In reply to Darin Adler from comment #4) > This won’t work because it says "Script" instead of "Scripts". Good catch. Fixed in updated patch.
Committed r271869: <https://trac.webkit.org/changeset/271869> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418353 [details].