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

Unified Diff: archive_hwqual

Issue 2951003: Make generate_test_reports a symlink to the py file so it can be imported. (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: Created 10 years, 5 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 | generate_test_report » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: archive_hwqual
diff --git a/archive_hwqual b/archive_hwqual
index 18338d9b9eac67f9fe6b78ce437ce1d91b8e372e..dd7dc3f8729c30da4a7e9fbbce64f27c0bdc5265 100755
--- a/archive_hwqual
+++ b/archive_hwqual
@@ -89,7 +89,8 @@ 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}"
+ cp "${script_dir}/generate_test_report.py" \
+ "tarball/${FLAGS_output_tag}/generate_test_report"
echo "Creating ${FLAGS_to}/${FLAGS_output_tag}.tar.bz2..."
mkdir -p "${FLAGS_to}"
cd tarball
« no previous file with comments | « no previous file | generate_test_report » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698