[Webkit-unassigned] [Bug 53591] print-vse-failure-logs: "Found 0 VSE Build Logs" and "WebKit/WebKitBuild/obj" is not there

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 18:00:44 PST 2011


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





--- Comment #15 from Felipe <f.dachshund at gmail.com>  2011-02-24 18:00:44 PST ---
>Can we make print-vse-failure-logs respect the current configuration? I.e., this:
>
>set-webkit-configuration --debug
>print-vse-failure-logs

I didn't find a module that could catch the default configuration and pass it to a python script. The only way I see to make print-vse-failure-logs respect the current configuration is making it find "manually" the configuration file, without using a module for it.

>I'm pretty sure that wkdirs.pm has a function for returning --debug or --release from the $configuration information.

Yes, I find a function argumentsForConfiguration, from webkitdirs.pm, that returns an array with configuration options. '--debug' or '--release' is the first element.

>Seems we should consider using optparse.  It's very easy to do.

I'm implementing it.

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