| Index: archive_hwqual
|
| diff --git a/archive_hwqual b/archive_hwqual
|
| index 1bc91a839540ba42ebe642471739f8319e9035b0..09220fed976ece1a67a23f77961c856188b0b8af 100755
|
| --- a/archive_hwqual
|
| +++ b/archive_hwqual
|
| @@ -118,7 +118,7 @@ function main() {
|
| 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" \
|
| + cp "${script_dir}/generate_test_report" \
|
| "tarball/${FLAGS_output_tag}/generate_test_report"
|
| # Copy python lib used in generate_test_report.
|
| mkdir -p "tarball/${FLAGS_output_tag}/lib"
|
|
|