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

Unified Diff: archive_hwqual

Issue 3266004: Move RunCommand, and Info/Warning/Die into common pylib (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: rebased Created 10 years, 4 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 | bin/cbuildbot.py » ('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 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
« no previous file with comments | « no previous file | bin/cbuildbot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698