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

Unified Diff: src/scripts/archive_hwqual

Issue 1576035: Add generate_test_report to the hwqual package. (Closed)
Patch Set: Created 10 years, 8 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 | src/scripts/generate_test_report » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/archive_hwqual
diff --git a/src/scripts/archive_hwqual b/src/scripts/archive_hwqual
index 626b8830bc1c08cdb3869706028154229442e1cc..f722e99eb5f81b484b0a42c16f824f2f1d685e20 100755
--- a/src/scripts/archive_hwqual
+++ b/src/scripts/archive_hwqual
@@ -74,6 +74,7 @@ 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}"
echo "Creating ${FLAGS_to}/${FLAGS_output_tag}.tar.bz2..."
mkdir -p "${FLAGS_to}"
« no previous file with comments | « no previous file | src/scripts/generate_test_report » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698