Title: [228219] trunk/Tools
Revision
228219
Author
commit-qu...@webkit.org
Date
2018-02-06 23:19:39 -0800 (Tue, 06 Feb 2018)

Log Message

Nit fix for ruby script called through Perl
https://bugs.webkit.org/show_bug.cgi?id=182552

Patch by Leo Balter <leonardo.bal...@gmail.com> on 2018-02-06
Reviewed by Yusuke Suzuki.

* BuildSlaveSupport/build.webkit.org-config/steps.py:
(RunTest262Tests):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py (228218 => 228219)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2018-02-07 05:20:34 UTC (rev 228218)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2018-02-07 07:19:39 UTC (rev 228219)
@@ -344,7 +344,7 @@
     description = ["test262-tests running"]
     descriptionDone = ["test262-tests"]
     failedTestsFormatString = "%d Test262 test%s failed"
-    command = ["perl", "./Tools/Scripts/run-jsc-stress-tests", WithProperties("--%(configuration)s"), "JSTests/test262.yaml"]
+    command = ["ruby", "./Tools/Scripts/run-jsc-stress-tests", WithProperties("--%(configuration)s"), "JSTests/test262.yaml"]
 
     def start(self):
         appendCustomBuildFlags(self, self.getProperty('platform'), self.getProperty('fullPlatform'))

Modified: trunk/Tools/ChangeLog (228218 => 228219)


--- trunk/Tools/ChangeLog	2018-02-07 05:20:34 UTC (rev 228218)
+++ trunk/Tools/ChangeLog	2018-02-07 07:19:39 UTC (rev 228219)
@@ -1,3 +1,13 @@
+2018-02-06  Leo Balter  <leonardo.bal...@gmail.com>
+
+        Nit fix for ruby script called through Perl
+        https://bugs.webkit.org/show_bug.cgi?id=182552
+
+        Reviewed by Yusuke Suzuki.
+
+        * BuildSlaveSupport/build.webkit.org-config/steps.py:
+        (RunTest262Tests):
+
 2018-02-06  Don Olmstead  <don.olmst...@sony.com>
 
         Remove WebCore/ForwardingHeaders directory
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to