Title: [109498] trunk/Tools
Revision
109498
Author
[email protected]
Date
2012-03-01 21:25:30 -0800 (Thu, 01 Mar 2012)

Log Message

Actually look at the args in driver_input :(.

Unreviewed, build fix.

* Scripts/webkitpy/layout_tests/port/chromium.py:
(ChromiumDriver.run_test):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (109497 => 109498)


--- trunk/Tools/ChangeLog	2012-03-02 04:54:18 UTC (rev 109497)
+++ trunk/Tools/ChangeLog	2012-03-02 05:25:30 UTC (rev 109498)
@@ -1,5 +1,14 @@
 2012-03-01  Dirk Pranke  <[email protected]>
 
+        Actually look at the args in driver_input :(.
+
+        Unreviewed, build fix.
+
+        * Scripts/webkitpy/layout_tests/port/chromium.py:
+        (ChromiumDriver.run_test):
+
+2012-03-01  Dirk Pranke  <[email protected]>
+
         Fix typo in flag used to run gpu virtual suites.
 
         Unreviewed, build fix.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py (109497 => 109498)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2012-03-02 04:54:18 UTC (rev 109497)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2012-03-02 05:25:30 UTC (rev 109498)
@@ -519,7 +519,7 @@
 
     def run_test(self, driver_input):
         if not self._proc:
-            self._start(driver_input.is_reftest or self._pixel_tests, [])
+            self._start(driver_input.is_reftest or self._pixel_tests, driver_input.args)
 
         output = []
         error = []
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to