Index: bin/cros_au_test_harness.py |
diff --git a/bin/cros_au_test_harness.py b/bin/cros_au_test_harness.py |
index 690f712315cbe81af8729475bde7bad1878e5fc2..e230d2a2656b722506e7341920364753ac40f2f1 100755 |
--- a/bin/cros_au_test_harness.py |
+++ b/bin/cros_au_test_harness.py |
@@ -732,7 +732,8 @@ class DevServerWrapper(threading.Thread): |
# Kill previous running instance of devserver if it exists. |
RunCommand(['sudo', 'pkill', '-f', 'devserver.py', ], error_ok=True, |
print_cmd=False) |
- self.proc = subprocess.Popen(['./start_devserver', |
+ self.proc = subprocess.Popen(['sudo', |
+ './start_devserver', |
'--archive_dir=./static', |
'--client_prefix=ChromeOSUpdateEngine', |
'--production', |