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

Unified Diff: src/scripts/archive_hwqual

Issue 1711005: Fix name of test image from autotest archive. (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 | no next file » | 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 f722e99eb5f81b484b0a42c16f824f2f1d685e20..cf1cc2bbf51b111ee0fe45a2725aa65943c0d6aa 100755
--- a/src/scripts/archive_hwqual
+++ b/src/scripts/archive_hwqual
@@ -57,8 +57,7 @@ function main() {
echo "Extracting autotest from build artifacts..."
tar --bzip2 -xf autotest.tar.bz2
- mv rootfs_test.image image/rootfs.image
- mv mbr.image image
+ mv chromiumos_test_image.bin image/chromiumos_image.bin
echo "Formatting rootfs as a USB image..."
"${script_dir}/image_to_usb.sh" --from=image \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698