Title: [281942] trunk/Tools
Revision
281942
Author
clo...@igalia.com
Date
2021-09-02 11:41:23 -0700 (Thu, 02 Sep 2021)

Log Message

[GTK][WPE] Port API test runner to python3 (v2)
https://bugs.webkit.org/show_bug.cgi?id=229782

Unreviewed follow-up fix after r281919

Remove change on the shebang of run-perf-tests that doesn't belong to this patch,
not sure how this ended here, seems I messed it when working on the patch for bug 229783

* Scripts/run-perf-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (281941 => 281942)


--- trunk/Tools/ChangeLog	2021-09-02 18:37:07 UTC (rev 281941)
+++ trunk/Tools/ChangeLog	2021-09-02 18:41:23 UTC (rev 281942)
@@ -1,3 +1,15 @@
+2021-09-02  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK][WPE] Port API test runner to python3 (v2)
+        https://bugs.webkit.org/show_bug.cgi?id=229782
+
+        Unreviewed follow-up fix after r281919
+
+        Remove change on the shebang of run-perf-tests that doesn't belong to this patch,
+        not sure how this ended here, seems I messed it when working on the patch for bug 229783
+
+        * Scripts/run-perf-tests:
+
 2021-09-02  Aakash Jain  <aakash_j...@apple.com>
 
         Move few scripts from python 2 to python3

Modified: trunk/Tools/Scripts/run-perf-tests (281941 => 281942)


--- trunk/Tools/Scripts/run-perf-tests	2021-09-02 18:37:07 UTC (rev 281941)
+++ trunk/Tools/Scripts/run-perf-tests	2021-09-02 18:41:23 UTC (rev 281942)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 # Copyright (C) 2012 Google Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to