[Webkit-unassigned] [Bug 89437] [GTK] Read fonts path in DRT from WEBKIT_TEST_FONTS_PATH env var if present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 13:50:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89437


Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #148267|review?                     |review+
               Flag|                            |




--- Comment #2 from Philippe Normand <pnormand at igalia.com>  2012-06-20 13:50:58 PST ---
(From update of attachment 148267)
View in context: https://bugs.webkit.org/attachment.cgi?id=148267&action=review

Looks good. Can you please also update the relevant wiki page? Thanks!

> Tools/Scripts/webkitpy/layout_tests/port/gtk.py:68
> +        if os.environ.get('WEBKIT_TEST_FONTS_PATH'):
> +            environment['WEBKIT_TEST_FONTS_PATH'] = os.environ['WEBKIT_TEST_FONTS_PATH']

This can be one line
environment['WEBKIT_TEST_FONTS_PATH'] = os.environ.get('WEBKIT_TEST_FONTS_PATH','')

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list