Fix name of test image from autotest archive.

Review URL: http://codereview.chromium.org/1711005
This commit is contained in:
David McMahon 2010-04-20 18:03:51 -07:00
parent 3e9204c315
commit e707c1d4e7

View File

@ -57,8 +57,7 @@ function main() {
echo "Extracting autotest from build artifacts..." echo "Extracting autotest from build artifacts..."
tar --bzip2 -xf autotest.tar.bz2 tar --bzip2 -xf autotest.tar.bz2
mv rootfs_test.image image/rootfs.image mv chromiumos_test_image.bin image/chromiumos_image.bin
mv mbr.image image
echo "Formatting rootfs as a USB image..." echo "Formatting rootfs as a USB image..."
"${script_dir}/image_to_usb.sh" --from=image \ "${script_dir}/image_to_usb.sh" --from=image \