| Index: archive_hwqual
|
| diff --git a/archive_hwqual b/archive_hwqual
|
| index b5476531d6e871672cf37de8b9c6b8f62b312f7e..6ce823726b343e708c6e05bc1d70fe09c19cedd9 100755
|
| --- a/archive_hwqual
|
| +++ b/archive_hwqual
|
| @@ -99,6 +99,8 @@ function main() {
|
| "tarball/${FLAGS_output_tag}"
|
| chmod 0400 "tarball/${FLAGS_output_tag}/testing_rsa"
|
| mv autotest "tarball/${FLAGS_output_tag}"
|
| + # Copy call_autoserv.py to tarball.
|
| + cp "${script_dir}/call_autoserv.py" "tarball/${FLAGS_output_tag}/."
|
| cp "${script_dir}/generate_test_report.py" \
|
| "tarball/${FLAGS_output_tag}/generate_test_report"
|
| # Copy python lib used in generate_test_report.
|
|
|