Title: [281528] trunk/Tools
Revision
281528
Author
jbed...@apple.com
Date
2021-08-24 16:39:14 -0700 (Tue, 24 Aug 2021)

Log Message

[run-webkit-tests] Use Python 3 (Part 1)
https://bugs.webkit.org/show_bug.cgi?id=226658
<rdar://problem/78882016>

Reviewed by Dewei Zhu.

* Scripts/run-webkit-tests: Change shebang to Python 3.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (281527 => 281528)


--- trunk/Tools/ChangeLog	2021-08-24 23:31:56 UTC (rev 281527)
+++ trunk/Tools/ChangeLog	2021-08-24 23:39:14 UTC (rev 281528)
@@ -1,3 +1,13 @@
+2021-08-24  Jonathan Bedard  <jbed...@apple.com>
+
+        [run-webkit-tests] Use Python 3 (Part 1)
+        https://bugs.webkit.org/show_bug.cgi?id=226658
+        <rdar://problem/78882016>
+
+        Reviewed by Dewei Zhu.
+
+        * Scripts/run-webkit-tests: Change shebang to Python 3.
+
 2021-08-24  Chris Dumez  <cdu...@apple.com>
 
         [WK2] Implement process-swapping based on Cross-Origin-Opener-Policy HTTP header

Modified: trunk/Tools/Scripts/run-webkit-tests (281527 => 281528)


--- trunk/Tools/Scripts/run-webkit-tests	2021-08-24 23:31:56 UTC (rev 281527)
+++ trunk/Tools/Scripts/run-webkit-tests	2021-08-24 23:39:14 UTC (rev 281528)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (C) 2011 Google Inc. All rights reserved.
 # Copyright (C) 2020 Apple Inc. All rights reserved.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to