Title: [290429] trunk/Tools
- Revision
- 290429
- Author
- jbed...@apple.com
- Date
- 2022-02-24 07:13:02 -0800 (Thu, 24 Feb 2022)
Log Message
[run-webkit-tests] Use Python 3 (Part 2)
https://bugs.webkit.org/show_bug.cgi?id=226658
<rdar://problem/78882016>
Reviewed by Ryan Haddad.
* Tools/Scripts/run-webkit-tests: Change shebang to Python 3.
Canonical link: https://commits.webkit.org/247736@main
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (290428 => 290429)
--- trunk/Tools/ChangeLog 2022-02-24 14:40:29 UTC (rev 290428)
+++ trunk/Tools/ChangeLog 2022-02-24 15:13:02 UTC (rev 290429)
@@ -1,3 +1,13 @@
+2022-02-22 Jonathan Bedard <jbed...@apple.com>
+
+ [run-webkit-tests] Use Python 3 (Part 2)
+ https://bugs.webkit.org/show_bug.cgi?id=226658
+ <rdar://problem/78882016>
+
+ Reviewed by Ryan Haddad.
+
+ * Scripts/run-webkit-tests: Change shebang to Python 3.
+
2022-02-24 Kimmo Kinnunen <kkinnu...@apple.com>
Thread safety analysis to assert "code is run sequentially" is not useful when code is mainly run with WorkQueues
Modified: trunk/Tools/Scripts/run-webkit-tests (290428 => 290429)
--- trunk/Tools/Scripts/run-webkit-tests 2022-02-24 14:40:29 UTC (rev 290428)
+++ trunk/Tools/Scripts/run-webkit-tests 2022-02-24 15:13:02 UTC (rev 290429)
@@ -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