Title: [112958] trunk/Tools
Revision
112958
Author
[email protected]
Date
2012-04-02 16:04:24 -0700 (Mon, 02 Apr 2012)

Log Message

Unreviewed, rolling out r112948.
http://trac.webkit.org/changeset/112948
https://bugs.webkit.org/show_bug.cgi?id=82961

Someone else already checked in a similar change (Requested by
sundiamonde on #webkit).

Patch by Sheriff Bot <[email protected]> on 2012-04-02

* Scripts/webkitpy/layout_tests/port/webkit.py:
(WebKitDriver._start):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (112957 => 112958)


--- trunk/Tools/ChangeLog	2012-04-02 23:01:10 UTC (rev 112957)
+++ trunk/Tools/ChangeLog	2012-04-02 23:04:24 UTC (rev 112958)
@@ -1,3 +1,15 @@
+2012-04-02  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r112948.
+        http://trac.webkit.org/changeset/112948
+        https://bugs.webkit.org/show_bug.cgi?id=82961
+
+        Someone else already checked in a similar change (Requested by
+        sundiamonde on #webkit).
+
+        * Scripts/webkitpy/layout_tests/port/webkit.py:
+        (WebKitDriver._start):
+
 2012-04-02  Adam Barth  <[email protected]>
 
         garden-o-matic isn't able to rebaseline audio failures

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py (112957 => 112958)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py	2012-04-02 23:01:10 UTC (rev 112957)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py	2012-04-02 23:04:24 UTC (rev 112958)
@@ -482,7 +482,6 @@
         environment = self._port.setup_environ_for_server(server_name)
         environment['DYLD_LIBRARY_PATH'] = self._port._build_path()
         environment['DYLD_FRAMEWORK_PATH'] = self._port._build_path()
-        environment['DYLD_LIBRARY_PATH'] = self._port._build_path()
         # FIXME: We're assuming that WebKitTestRunner checks this DumpRenderTree-named environment variable.
         environment['DUMPRENDERTREE_TEMP'] = str(self._driver_tempdir)
         environment['LOCAL_RESOURCE_ROOT'] = self._port.layout_tests_dir()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to