[Webkit-unassigned] [Bug 45868] New: update-webkit --chromium spitting out a spurious error
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 15 19:31:40 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45868
Summary: update-webkit --chromium spitting out a spurious error
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: prasadt at chromium.org
update-webkit --chromium invokes invokes update-webkit-chromium which checks for gclient. And it does this by looking the value of `gclient --version`. When gclient is not in the path, it returns an error. Given that this is not a failure and the script moves on to look for it in other places, this ends up as spurious error in the output that can be misleading.
One fix would be to redirect stderr of the command to "nul" on windows and "/dev/null" on other platforms.
--
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