Title: [227195] trunk/Tools
Revision
227195
Author
[email protected]
Date
2018-01-19 04:22:00 -0800 (Fri, 19 Jan 2018)

Log Message

[GTK] TERM environment variable is not passed to the test driver.
https://bugs.webkit.org/show_bug.cgi?id=181847

Rubber-stamped by by Carlos Garcia Campos.

* Scripts/webkitpy/port/base.py:
(Port.to.setup_environ_for_server):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (227194 => 227195)


--- trunk/Tools/ChangeLog	2018-01-19 11:54:20 UTC (rev 227194)
+++ trunk/Tools/ChangeLog	2018-01-19 12:22:00 UTC (rev 227195)
@@ -1,3 +1,13 @@
+2018-01-19  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [GTK] TERM environment variable is not passed to the test driver.
+        https://bugs.webkit.org/show_bug.cgi?id=181847
+
+        Rubber-stamped by by Carlos Garcia Campos.
+
+        * Scripts/webkitpy/port/base.py:
+        (Port.to.setup_environ_for_server):
+
 2018-01-19  Carlos Garcia Campos  <[email protected]>
 
         WebDriver: run-webdriver-tests is crashing in the bots when creating results json file

Modified: trunk/Tools/Scripts/webkitpy/port/base.py (227194 => 227195)


--- trunk/Tools/Scripts/webkitpy/port/base.py	2018-01-19 11:54:20 UTC (rev 227194)
+++ trunk/Tools/Scripts/webkitpy/port/base.py	2018-01-19 12:22:00 UTC (rev 227195)
@@ -879,6 +879,7 @@
             'DBUS_SESSION_BUS_ADDRESS',
             'LANG',
             'LD_LIBRARY_PATH',
+            'TERM',
             'XDG_DATA_DIRS',
             'XDG_RUNTIME_DIR',
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to