Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Issue 6347052: cros_workon: collapse cros_workon_common.sh (Closed)

Created:
9 years, 10 months ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
Reviewers:
zbehan, robotboy, jrbarnette
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

cros_workon: collapse cros_workon_common.sh cros_workon is the only user of cros_workon_common.sh This is pre-requisite to moving cros_workon into devutils.git BUG=11507 TEST=Ran ./cros_workon --board x86-generic --all list Change-Id: I1eab551ab33646360e507328932c151a0d36f50a Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=f9ea003

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -36 lines) Patch
M cros_workon View 2 chunks +26 lines, -3 lines 0 comments Download
D lib/cros_workon_common.sh View 1 chunk +0 lines, -33 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Mandeep Singh Baines
9 years, 10 months ago (2011-01-31 23:44:06 UTC) #1
zbehan
LGTM This has been originally used by sosa for part of the PFQ bot, I ...
9 years, 10 months ago (2011-01-31 23:53:04 UTC) #2
robotboy
LGTM
9 years, 10 months ago (2011-01-31 23:53:39 UTC) #3
jrbarnette
Mandeep: When you ran the test with '--all list', did you try this variation of ...
9 years, 10 months ago (2011-02-01 00:00:00 UTC) #4
zbehan
9 years, 10 months ago (2011-02-01 00:06:02 UTC) #5
I believe this is entirely normal. If you want to silence all (stdout and
stderr), you should use &> /dev/null. Since the error message described
obviously comes from a file operation, printing the error on stderr seems
correct behaviour.

Another issue, of course, is, why is it even printing an error about missing
config file. Seems like your build directory is halfway between setup and
not setup.

On Tue, Feb 1, 2011 at 1:00 AM, <jrbarnette@chromium.org> wrote:

> Mandeep:
>
> When you ran the test with '--all list', did you try this variation of
> the command:
>    ./cros_workon --board x86-generic --all list >/dev/null
>
> If not, are you aware of this bug:
>    http://code.google.com/p/chromium-os/issues/detail?id=11473
>
> I'm guessing your change doesn't affect that bug...
>
> Also, for the BUG=, I think it should be 'BUG=chromium-os:11507';
> clicking on the current link gets a bug description for an unrelated
> issue.
>
>
>
> http://codereview.chromium.org/6347052/
>

Powered by Google App Engine
This is Rietveld 408576698