[Webkit-unassigned] [Bug 63080] Unit-tests step on test-only bot is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 12:08:52 PDT 2011


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





--- Comment #6 from Adam Roben (:aroben) <aroben at apple.com>  2011-06-21 12:08:53 PST ---
(From update of attachment 98030)
View in context: https://bugs.webkit.org/attachment.cgi?id=98030&action=review

> Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg:559
> +        if configuration == "debug" and (platform == 'mac' or platform == 'win'):

An even better way to write this is:

if configuration == 'debug' and platform in ('mac', 'win'):

-- 
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