Title: [161236] trunk/Tools
Revision
161236
Author
[email protected]
Date
2014-01-02 15:35:04 -0800 (Thu, 02 Jan 2014)

Log Message

Bindings tests results links are broken at build.webkit.org/dashboard
https://bugs.webkit.org/show_bug.cgi?id=126402

Reviewed by Tim Horton.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Buildbot.js:
(Buildbot.prototype.bindingsTestResultsURLForIteration): Fixed a typo that was there
since the beginning.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Buildbot.js (161235 => 161236)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Buildbot.js	2014-01-02 23:32:47 UTC (rev 161235)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Buildbot.js	2014-01-02 23:35:04 UTC (rev 161236)
@@ -83,6 +83,6 @@
 
     bindingsTestResultsURLForIteration: function(iteration)
     {
-        return this.baseURL + "builders/" + encodeURIComponent(iteration.queue.id) + "/builds/" + iteration.id + "/steps/bindings-generation-test/logs/stdio";
+        return this.baseURL + "builders/" + encodeURIComponent(iteration.queue.id) + "/builds/" + iteration.id + "/steps/bindings-generation-tests/logs/stdio";
     }
 };

Modified: trunk/Tools/ChangeLog (161235 => 161236)


--- trunk/Tools/ChangeLog	2014-01-02 23:32:47 UTC (rev 161235)
+++ trunk/Tools/ChangeLog	2014-01-02 23:35:04 UTC (rev 161236)
@@ -1,5 +1,16 @@
 2014-01-02  Alexey Proskuryakov  <[email protected]>
 
+        Bindings tests results links are broken at build.webkit.org/dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=126402
+
+        Reviewed by Tim Horton.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Buildbot.js:
+        (Buildbot.prototype.bindingsTestResultsURLForIteration): Fixed a typo that was there
+        since the beginning.
+
+2014-01-02  Alexey Proskuryakov  <[email protected]>
+
         "+" is very confusing at http://build.webkit.org/dashboard
         https://bugs.webkit.org/show_bug.cgi?id=126400
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to