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

Unified Diff: shell/utils.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/workon_cmd.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/utils.py
diff --git a/shell/utils.py b/shell/utils.py
index dda8cf5766ee09eb64b9b69d14ec4a277e4d9adb..9c984be261a63995e1dc9a5da8b2ea5ba87203f9 100644
--- a/shell/utils.py
+++ b/shell/utils.py
@@ -304,6 +304,8 @@ def EnterChroot(chroot_config, func, *args, **kwargs):
'Chroot dir does not exist; try the "build host" command.\n %s.' %
chroot_dir)
+ cros_lib.Info('ENTERING THE CHROOT')
+
# Save state to a temp file (inside the chroot!) using pickle.
tmp_dir = os.path.join(chroot_dir, 'tmp')
state_file = tempfile.NamedTemporaryFile(prefix='chromite', dir=tmp_dir)
« no previous file with comments | « shell/subcmds/workon_cmd.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698