Title: [106714] trunk/Tools
Revision
106714
Author
[email protected]
Date
2012-02-03 17:19:05 -0800 (Fri, 03 Feb 2012)

Log Message

Perf bot build fix.

* Scripts/webkitpy/performance_tests/perftestsrunner.py:
(PerfTestsRunner._generate_json):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (106713 => 106714)


--- trunk/Tools/ChangeLog	2012-02-04 01:18:23 UTC (rev 106713)
+++ trunk/Tools/ChangeLog	2012-02-04 01:19:05 UTC (rev 106714)
@@ -1,3 +1,10 @@
+2012-02-03  Ryosuke Niwa  <[email protected]>
+
+        Perf bot build fix.
+
+        * Scripts/webkitpy/performance_tests/perftestsrunner.py:
+        (PerfTestsRunner._generate_json):
+
 2012-02-03  Adam Barth  <[email protected]>
 
         Add a blank "Expected Failures" tab to garden-o-matic

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py (106713 => 106714)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py	2012-02-04 01:18:23 UTC (rev 106713)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py	2012-02-04 01:19:05 UTC (rev 106714)
@@ -154,6 +154,7 @@
                 contents[key] = value
 
         filesystem = self._host.filesystem
+        succeeded = False
         if source_json_path:
             try:
                 source_json_file = filesystem.open_text_file_for_reading(source_json_path)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to