[Webkit-unassigned] [Bug 122303] Add a verbose flag to binding tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 18 05:14:56 PDT 2013


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





--- Comment #3 from Peter Gal <galpeter at inf.u-szeged.hu>  2013-10-18 05:13:41 PST ---
(From update of attachment 213305)
View in context: https://bugs.webkit.org/attachment.cgi?id=213305&action=review

The 'run-bindings-test' script should be adapted for this change. Without that there is no way to disable it from command line.

> Tools/Scripts/webkitpy/bindings/main.py:117
> +                if self.verbose is True:

A simple 'if self.verbose' is enough. Also 'is' is for identity checking see http://docs.python.org/2/library/operator.html#operator.is_

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