Title: [107286] trunk/Tools
Revision
107286
Author
[email protected]
Date
2012-02-09 13:37:09 -0800 (Thu, 09 Feb 2012)

Log Message

Remove extraneous line in previous patch.  I forgot to remove this
before landing.

* Scripts/webkitpy/layout_tests/port/driver.py:
(DriverProxy.start):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (107285 => 107286)


--- trunk/Tools/ChangeLog	2012-02-09 21:31:33 UTC (rev 107285)
+++ trunk/Tools/ChangeLog	2012-02-09 21:37:09 UTC (rev 107286)
@@ -1,5 +1,13 @@
 2012-02-09  Adam Barth  <[email protected]>
 
+        Remove extraneous line in previous patch.  I forgot to remove this
+        before landing.
+
+        * Scripts/webkitpy/layout_tests/port/driver.py:
+        (DriverProxy.start):
+
+2012-02-09  Adam Barth  <[email protected]>
+
         run-perf-tests should have an option to pause before running tests so we can attach Instruments
         https://bugs.webkit.org/show_bug.cgi?id=78271
 

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/driver.py (107285 => 107286)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/driver.py	2012-02-09 21:31:33 UTC (rev 107285)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/driver.py	2012-02-09 21:37:09 UTC (rev 107286)
@@ -197,7 +197,6 @@
 
     def start(self):
         self._driver.start()
-        self._reftest_driver.start()
 
     def stop(self):
         self._driver.stop()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to