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

Unified Diff: bin/cros_au_test_harness.py

Issue 6532015: ReinterpretPathForChroot for public key (Closed) Base URL: http://git.chromium.org/git/crosutils.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_au_test_harness.py
diff --git a/bin/cros_au_test_harness.py b/bin/cros_au_test_harness.py
index 0af3b722a816bd401b61476d7e764a998691e9c2..994476caaca7a0d7b09f523edf9eb5b9faea4665 100755
--- a/bin/cros_au_test_harness.py
+++ b/bin/cros_au_test_harness.py
@@ -967,7 +967,9 @@ def InsertPublicKeyIntoImage(image_path, key_path):
os.rmdir(rootfs_dir)
os.rmdir(stateful_dir)
- RunCommand(['bin/cros_make_image_bootable', from_dir, image, ],
+ RunCommand(['bin/cros_make_image_bootable',
+ ReinterpretPathForChroot(from_dir),
+ image],
print_cmd=False, redirect_stdout=True, redirect_stderr=True,
enter_chroot=True, cwd=crosutils_dir)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698