Title: [94008] trunk/Tools
- Revision
- 94008
- Author
- [email protected]
- Date
- 2011-08-29 13:16:50 -0700 (Mon, 29 Aug 2011)
Log Message
Small fix in chromium port of new-run-webkit-tests.
https://bugs.webkit.org/show_bug.cgi?id=67078
Patch by Shawn Singh <[email protected]> on 2011-08-29
Reviewed by Dirk Pranke.
* Scripts/webkitpy/layout_tests/port/chromium.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (94007 => 94008)
--- trunk/Tools/ChangeLog 2011-08-29 20:09:45 UTC (rev 94007)
+++ trunk/Tools/ChangeLog 2011-08-29 20:16:50 UTC (rev 94008)
@@ -1,3 +1,12 @@
+2011-08-29 Shawn Singh <[email protected]>
+
+ Small fix in chromium port of new-run-webkit-tests.
+ https://bugs.webkit.org/show_bug.cgi?id=67078
+
+ Reviewed by Dirk Pranke.
+
+ * Scripts/webkitpy/layout_tests/port/chromium.py:
+
2011-08-29 Sheriff Bot <[email protected]>
Unreviewed, rolling out r93987, r93992, r93995, r93998, and
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py (94007 => 94008)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py 2011-08-29 20:09:45 UTC (rev 94007)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py 2011-08-29 20:16:50 UTC (rev 94008)
@@ -210,7 +210,7 @@
raise
finally:
if exit_code == 1:
- result = self._filesystem.read_binary_file(diff_filename)
+ result = self._filesystem.read_binary_file(native_diff_filename)
self._filesystem.rmtree(str(tempdir))
return result
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes