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. |
kmixter1
2011/01/21 20:01:46
Wrong script name here and below. You should prob
ruchic
2011/01/24 20:48:42
Done.
|
+ cp "${script_dir}/call_script.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. |