Chromium Code Reviews| Index: archive_hwqual |
| diff --git a/archive_hwqual b/archive_hwqual |
| index b5476531d6e871672cf37de8b9c6b8f62b312f7e..8e12ccfd69ab3cceed9dcf02f817cf8aac3d6b38 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_script.py to tarball. |
| + cp "${script_dir}/call_script.py tarball/${FLAGS_output_tag}" |
|
kmixter1
2011/01/13 01:52:52
If you're adding this to the package, have you con
ruchic
2011/01/18 23:52:31
Done.
This script was initially developed mainly
|
| cp "${script_dir}/generate_test_report.py" \ |
| "tarball/${FLAGS_output_tag}/generate_test_report" |
| # Copy python lib used in generate_test_report. |