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

Unified Diff: bin/cros_au_test_harness.py

Issue 6576023: scripts: call devserver/payload generators from chroot & delete moved scripts (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/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 | bin/cros_image_to_target.py » ('j') | bin/cros_image_to_target.py » ('J')
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 e398625d938142a1b70fc05b533c07c147bb9a71..5822a772989eadfffaa6102f97da37d7bd7eecb8 100755
--- a/bin/cros_au_test_harness.py
+++ b/bin/cros_au_test_harness.py
@@ -737,7 +737,7 @@ class DevServerWrapper(threading.Thread):
RunCommand(['sudo', 'pkill', '-f', 'devserver.py'], error_ok=True,
print_cmd=False)
RunCommand(['sudo',
- './start_devserver',
+ 'start_devserver',
'--archive_dir=./static',
'--client_prefix=ChromeOSUpdateEngine',
'--production',
@@ -844,7 +844,7 @@ def _PregenerateUpdates(parser, options):
'--nogit_config',
'--',
'sudo',
- './start_devserver',
+ 'start_devserver',
'--pregenerate_update',
'--exit',
]
@@ -979,7 +979,7 @@ def CleanPreviousWork(options):
Info('Cleaning up previous work.')
# Wipe devserver cache.
RunCommandCaptureOutput(
- ['sudo', './start_devserver', '--clear_cache', '--exit', ],
+ ['sudo', 'start_devserver', '--clear_cache', '--exit', ],
enter_chroot=True, print_cmd=False, combine_stdout_stderr=True)
# Clean previous vm images if they exist.
« no previous file with comments | « no previous file | bin/cros_image_to_target.py » ('j') | bin/cros_image_to_target.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698