Index: archive_hwqual |
diff --git a/archive_hwqual b/archive_hwqual |
index 18338d9b9eac67f9fe6b78ce437ce1d91b8e372e..dd7dc3f8729c30da4a7e9fbbce64f27c0bdc5265 100755 |
--- a/archive_hwqual |
+++ b/archive_hwqual |
@@ -89,7 +89,8 @@ function main() { |
"tarball/${FLAGS_output_tag}" |
chmod 0400 "tarball/${FLAGS_output_tag}/testing_rsa" |
mv autotest "tarball/${FLAGS_output_tag}" |
- cp "${script_dir}/generate_test_report" "tarball/${FLAGS_output_tag}" |
+ cp "${script_dir}/generate_test_report.py" \ |
+ "tarball/${FLAGS_output_tag}/generate_test_report" |
echo "Creating ${FLAGS_to}/${FLAGS_output_tag}.tar.bz2..." |
mkdir -p "${FLAGS_to}" |
cd tarball |