fix(build_image): print out image_to_vm for dev image

this broke accidently in a previous commit. Fix it by printing the
instructions to build a vm again.
This commit is contained in:
Brandon Philips 2013-07-07 21:41:28 -07:00
parent 32a58da5de
commit fce31ab6fe

View File

@ -212,6 +212,7 @@ if should_build_image ${CHROMEOS_BASE_IMAGE_NAME}; then
fi fi
if should_build_image ${CHROMEOS_DEVELOPER_IMAGE_NAME}; then if should_build_image ${CHROMEOS_DEVELOPER_IMAGE_NAME}; then
echo "Developer image created as ${CHROMEOS_DEVELOPER_IMAGE_NAME}" echo "Developer image created as ${CHROMEOS_DEVELOPER_IMAGE_NAME}"
print_image_to_vm
fi fi
if should_build_image ${CHROMEOS_TEST_IMAGE_NAME}; then if should_build_image ${CHROMEOS_TEST_IMAGE_NAME}; then
echo "Test image created as ${CHROMEOS_TEST_IMAGE_NAME}" echo "Test image created as ${CHROMEOS_TEST_IMAGE_NAME}"