diff --git a/bin/cros_au_test_harness.py b/bin/cros_au_test_harness.py index 690f712315..e230d2a265 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',