Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: archive_hwqual

Issue 6187006: Added HWQual utility script - call_script.py (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | call_script.py » ('j') | call_script.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | call_script.py » ('j') | call_script.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698