Title: [277496] trunk/Tools
Revision
277496
Author
jbed...@apple.com
Date
2021-05-14 10:15:47 -0700 (Fri, 14 May 2021)

Log Message

[run-api-tests] Use Python 3 (Part 2)
https://bugs.webkit.org/show_bug.cgi?id=225427
<rdar://problem/77584713>

Reviewed by Aakash Jain.

* Scripts/run-api-tests: Change she-bang to Python 3.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (277495 => 277496)


--- trunk/Tools/ChangeLog	2021-05-14 17:15:35 UTC (rev 277495)
+++ trunk/Tools/ChangeLog	2021-05-14 17:15:47 UTC (rev 277496)
@@ -1,3 +1,13 @@
+2021-05-14  Jonathan Bedard  <jbed...@apple.com>
+
+        [run-api-tests] Use Python 3 (Part 2)
+        https://bugs.webkit.org/show_bug.cgi?id=225427
+        <rdar://problem/77584713>
+
+        Reviewed by Aakash Jain.
+
+        * Scripts/run-api-tests: Change she-bang to Python 3.
+
 2021-05-14  Chris Dumez  <cdu...@apple.com>
 
         Rename FileSystem::getFileSize() to FileSystem::fileSize()

Modified: trunk/Tools/Scripts/run-api-tests (277495 => 277496)


--- trunk/Tools/Scripts/run-api-tests	2021-05-14 17:15:35 UTC (rev 277495)
+++ trunk/Tools/Scripts/run-api-tests	2021-05-14 17:15:47 UTC (rev 277496)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (C) 2018-2021 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