Index: bin/au_test_harness/cros_au_test_harness.py |
diff --git a/bin/au_test_harness/cros_au_test_harness.py b/bin/au_test_harness/cros_au_test_harness.py |
index 76d800a1178b4d0ebd37113111dbf8984ee4864a..2742a644025511f04635522c981620d745bc9a49 100755 |
--- a/bin/au_test_harness/cros_au_test_harness.py |
+++ b/bin/au_test_harness/cros_au_test_harness.py |
@@ -237,6 +237,9 @@ def main(): |
help='Remote address for real test.') |
parser.add_option('-t', '--target_image', |
help='path to the target image.') |
+ parser.add_option('--test_results_root', default=None, |
+ help='Root directory to store test results. Should ' |
+ 'be defined relative to chroot root.') |
parser.add_option('--test_prefix', default='test', |
help='Only runs tests with specific prefix i.e. ' |
'testFullUpdateWipeStateful.') |