[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
Mon Feb 21 11:07:29 PST 2011


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


Felipe <f.dachshund at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #83192|                            |review?
               Flag|                            |




--- Comment #7 from Felipe <f.dachshund at gmail.com>  2011-02-21 11:07:29 PST ---
Created an attachment (id=83192)
 --> (https://bugs.webkit.org/attachment.cgi?id=83192&action=review)
Patched print-vse-failure-logs

Patch for print-vse-failure-logs accept now options "--debug" or "--release".  Lines 114-128 read this possible option, printing help if an error occurs.  Class  PrintVisualStudioExpressLogs  now take one argument "mode", wich can be "--debug" or "--release" or "" (default is "") and is stored as a new attribute  self._mode , so the constructor of the class was changed (lines 47, 49) as well as the call to the class in line 129.  Options "--configuration" (instead of "--top-level") and  self._mode  are passed to the script webkit-build-directory in line 86.  A "# NOTE:" in method "_obj_directory" was removed, since it's obsolete.

New copyright line was added.

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