Bug 221220

Summary: [webkitscmpy] Use shutil to find scm executable paths
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: Tools / TestsAssignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Don Olmstead 2021-02-01 11:29:26 PST
Calling /usr/bin/which isn't possible on Windows. Python 3 has https://docs.python.org/3/library/shutil.html#shutil.which
Comment 1 Don Olmstead 2021-02-01 11:43:39 PST
Created attachment 418906 [details]
Patch
Comment 2 EWS 2021-02-01 13:24:45 PST
Committed r272172: <https://trac.webkit.org/changeset/272172>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 418906 [details].
Comment 3 Radar WebKit Bug Importer 2021-02-01 13:25:15 PST
<rdar://problem/73843397>