Title: [133064] trunk/Tools
Revision
133064
Author
[email protected]
Date
2012-10-31 13:01:27 -0700 (Wed, 31 Oct 2012)

Log Message

Fix typos introduced in r133061.
Unreviewed, build fix.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/results.js:
* Scripts/webkitpy/tool/servers/reflectionhandler.py:
(ReflectionHandler._serve_file):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/results.js (133063 => 133064)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/results.js	2012-10-31 19:50:46 UTC (rev 133063)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/results.js	2012-10-31 20:01:27 UTC (rev 133064)
@@ -189,7 +189,7 @@
 {
     if (config.useLocalResults)
         return config.kLocalServerURL + '/localresult?path=';
-    return resultsDirectoryListingURL(platform, builderName) + 'results/layout-test-results';
+    return resultsDirectoryListingURL(platform, builderName) + 'results/layout-test-results/';
 }
 
 function resultsDirectoryListingURL(platform, builderName)

Modified: trunk/Tools/ChangeLog (133063 => 133064)


--- trunk/Tools/ChangeLog	2012-10-31 19:50:46 UTC (rev 133063)
+++ trunk/Tools/ChangeLog	2012-10-31 20:01:27 UTC (rev 133064)
@@ -1,5 +1,14 @@
 2012-10-31  Dirk Pranke  <[email protected]>
 
+        Fix typos introduced in r133061.
+        Unreviewed, build fix.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/results.js:
+        * Scripts/webkitpy/tool/servers/reflectionhandler.py:
+        (ReflectionHandler._serve_file):
+
+2012-10-31  Dirk Pranke  <[email protected]>
+
         garden-o-matic should work for local results
         https://bugs.webkit.org/show_bug.cgi?id=100805
 

Modified: trunk/Tools/Scripts/webkitpy/tool/servers/reflectionhandler.py (133063 => 133064)


--- trunk/Tools/Scripts/webkitpy/tool/servers/reflectionhandler.py	2012-10-31 19:50:46 UTC (rev 133063)
+++ trunk/Tools/Scripts/webkitpy/tool/servers/reflectionhandler.py	2012-10-31 20:01:27 UTC (rev 133064)
@@ -139,5 +139,5 @@
                 self.send_header("Expires", expires_formatted)
             self.end_headers()
 
-            if not header_only:
+            if not headers_only:
                 shutil.copyfileobj(static_file, self.wfile)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to