commit | 7fec0bf760b2d8a3deebaeb67cea709e5d51cd76 | [log] [tgz] |
---|---|---|
author | Prathmesh Prabhu <[email protected]> | Tue Jan 07 14:23:04 2020 -0800 |
committer | Commit Bot <[email protected]> | Wed Jan 08 11:56:00 2020 +0000 |
tree | ecf7a8dd58bbc0a66198a76114e543815d9e75ca | |
parent | 783703381978f2a9eeb71c5b653dae9bb9168254 [diff] [blame] |
[autotest] Fix autoserv command line generation in test_that BUG=chromium:1039843 TEST=/usr/bin/test_that --no-quickmerge --autotest_dir \ ~/trunk/src/third_party/autotest/files --board=samus \ chromeos2-row4-rack11-host5.cros dummy_Pass Change-Id: If5737f54f6c60a547116ccaa59df705e663bcce7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1988724 Tested-by: Prathmesh Prabhu <[email protected]> Auto-Submit: Prathmesh Prabhu <[email protected]> Reviewed-by: Alex Zamorzaev <[email protected]> Commit-Queue: Zhizhou Yang <[email protected]>
diff --git a/server/autoserv_utils.py b/server/autoserv_utils.py index 869144c..76e8601 100644 --- a/server/autoserv_utils.py +++ b/server/autoserv_utils.py
@@ -79,7 +79,7 @@ if results_directory: command += ['-r', results_directory] if host_info_subdir: - command += ['--local-only-host-info'] + command += ['--local-only-host-info', 'True'] command += ['--host-info-subdir', host_info_subdir] if machines: