Changeset 130414 in webkit
- Timestamp:
- Oct 4, 2012, 11:50:23 AM (13 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r130395 r130414 1 2012-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 1 16 2012-10-04 Christophe Dumez <christophe.dumez@intel.com> 2 17 -
trunk/Tools/Scripts/webkitpy/layout_tests/port/base.py
r130083 r130414 871 871 # Most ports (?): 872 872 'WEBKIT_TESTFONTS', 873 'WEBKITOUTPUTDIR', 873 874 ] 874 875 for variable in variables_to_copy:
Note:
See TracChangeset
for help on using the changeset viewer.