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

Unified Diff: au_test_harness/dev_server_wrapper.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/cros_au_test_harness.py ('k') | au_test_harness/public_key_manager.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: au_test_harness/dev_server_wrapper.py
diff --git a/au_test_harness/dev_server_wrapper.py b/au_test_harness/dev_server_wrapper.py
index 3ddc1b8a34bb490030cbb24272ac1fd94ed1efec..d7d7b055fe56fda20c4c3ac27c956de27ea161b4 100644
--- a/au_test_harness/dev_server_wrapper.py
+++ b/au_test_harness/dev_server_wrapper.py
@@ -36,7 +36,8 @@ class DevServerWrapper(threading.Thread):
'--production',
], enter_chroot=True, print_cmd=False,
log_to_file=os.path.join(self.test_root,
- 'dev_server.log'))
+ 'dev_server.log'),
+ cwd=cros_lib.GetCrosUtilsPath())
def Stop(self):
"""Kills the devserver instance."""
« no previous file with comments | « au_test_harness/cros_au_test_harness.py ('k') | au_test_harness/public_key_manager.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698