| Index: archive_hwqual
|
| diff --git a/archive_hwqual b/archive_hwqual
|
| index da20ba76a20a2bed9f268c71a96e288bbca02cba..b5476531d6e871672cf37de8b9c6b8f62b312f7e 100755
|
| --- a/archive_hwqual
|
| +++ b/archive_hwqual
|
| @@ -101,6 +101,10 @@ function main() {
|
| mv autotest "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.
|
| + mkdir -p "tarball/${FLAGS_output_tag}/lib"
|
| + cp "${script_dir}/lib/cros_build_lib.py" \
|
| + "tarball/${FLAGS_output_tag}/lib"
|
| echo "Creating ${FLAGS_to}/${FLAGS_output_tag}.tar.bz2..."
|
| mkdir -p "${FLAGS_to}"
|
| cd tarball
|
|
|