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

Unified Diff: au_test_harness/public_key_manager.py

Issue 6736023: Install test scripts into chroot. (Closed) Base URL: http://git.chromium.org/git/crostestutils.git@master
Patch Set: Remove vm scripts from makefile Created 9 years, 9 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 | « au_test_harness/dev_server_wrapper.py ('k') | au_test_harness/real_au_worker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: au_test_harness/public_key_manager.py
diff --git a/au_test_harness/public_key_manager.py b/au_test_harness/public_key_manager.py
index 355e7445fdb82664472f592656b00c04c4f0761e..0a9fafb72950074d0b068545ae6e0e8d2bc19561 100644
--- a/au_test_harness/public_key_manager.py
+++ b/au_test_harness/public_key_manager.py
@@ -88,4 +88,4 @@ class PublicKeyManager(object):
cros_lib.ReinterpretPathForChroot(from_dir),
image], print_cmd=False, redirect_stdout=True,
redirect_stderr=True, enter_chroot=True,
- cwd=cros_lib.CROSUTILS_DIRECTORY)
+ cwd=cros_lib.GetCrosUtilsPath())
« no previous file with comments | « au_test_harness/dev_server_wrapper.py ('k') | au_test_harness/real_au_worker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698