Bug 238175

Summary: [Python 3] Use sys.executable instead of Python
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jonathan Bedard 2022-03-21 17:50:52 PDT
In our unit tests, we should use sys.executable instead 'python'.
Comment 1 Radar WebKit Bug Importer 2022-03-21 17:51:24 PDT
<rdar://problem/90604107>
Comment 2 Jonathan Bedard 2022-03-21 17:53:02 PDT
Pull request: https://github.com/WebKit/WebKit/pull/218
Comment 3 Jonathan Bedard 2022-03-22 07:42:44 PDT
Landed https://commits.webkit.org/248708@main (r291615)!