Changeset 130414 in webkit


Ignore:
Timestamp:
Oct 4, 2012, 11:50:23 AM (13 years ago)
Author:
rakuco@webkit.org
Message:

webkitpy: Accept WEBKITOUTPUTDIR in Port._setup_environ_for_server.
https://bugs.webkit.org/show_bug.cgi?id=98436

Reviewed by Dirk Pranke.

The Xvfb driver (ab)uses Port._setup_environ_for_server() to set
the environment for the server process, and the WEBKITOUTPUTDIR
environment variable was not being passed through, causing the
build directory to be wrongfully set to WebKitBuild/ all the time.

  • Scripts/webkitpy/layout_tests/port/base.py:

(Port.to.setup_environ_for_server):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r130395 r130414  
     12012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
     2
     3        webkitpy: Accept WEBKITOUTPUTDIR in Port._setup_environ_for_server.
     4        https://bugs.webkit.org/show_bug.cgi?id=98436
     5
     6        Reviewed by Dirk Pranke.
     7
     8        The Xvfb driver (ab)uses Port._setup_environ_for_server() to set
     9        the environment for the server process, and the WEBKITOUTPUTDIR
     10        environment variable was not being passed through, causing the
     11        build directory to be wrongfully set to WebKitBuild/ all the time.
     12
     13        * Scripts/webkitpy/layout_tests/port/base.py:
     14        (Port.to.setup_environ_for_server):
     15
    1162012-10-04  Christophe Dumez  <christophe.dumez@intel.com>
    217
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/base.py

    r130083 r130414  
    871871            # Most ports (?):
    872872            'WEBKIT_TESTFONTS',
     873            'WEBKITOUTPUTDIR',
    873874        ]
    874875        for variable in variables_to_copy:
Note: See TracChangeset for help on using the changeset viewer.