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

Unified Diff: shell/subcmds/workon_cmd.py

Issue 6626039: Revert "Plumb in crprocess instead of RunCommand to allow quiet operation." (Closed) Base URL: http://git.chromium.org/git/chromite.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « shell/subcmds/shell_cmd.py ('k') | shell/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/subcmds/workon_cmd.py
diff --git a/shell/subcmds/workon_cmd.py b/shell/subcmds/workon_cmd.py
index 01113153e45d41d186e0448e8ecc2fcca2ed150e..e2d58c0cb6780376b464e68319255244ddad243f 100644
--- a/shell/subcmds/workon_cmd.py
+++ b/shell/subcmds/workon_cmd.py
@@ -16,9 +16,7 @@ class WorkonCmd(subcmd.WrappedChrootCmd):
"""WorkonCmd constructor."""
# Just call the WrappedChrootCmd superclass, which does most of the work.
super(WorkonCmd, self).__init__(
- 'WORKON',
- ['cros_workon-%s'],
- ['./cros_workon', '--host'],
+ ['cros_workon-%s'], ['cros_workon', '--host'],
need_args=True
)
« no previous file with comments | « shell/subcmds/shell_cmd.py ('k') | shell/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698