Merge pull request #25 from philips/print-image_to_vm-for-dev

fix(build_image): print out image_to_vm for dev image
This commit is contained in:
Brandon Philips 2013-07-07 22:14:50 -07:00
commit 711f7bd028

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}"