Revert http://codereview.chromium.org/1818001 so that archived build can produce test images

Review URL: http://codereview.chromium.org/1812008
This commit is contained in:
Chris Sosa 2010-04-30 15:48:52 -07:00
parent 257117d2cc
commit f4f6ad47b3

View File

@ -13,11 +13,6 @@
# Load functions and constants for chromeos-install # Load functions and constants for chromeos-install
. "$(dirname "$0")/chromeos-common.sh" . "$(dirname "$0")/chromeos-common.sh"
if [ ${INSIDE_CHROOT} -eq 0 ] ; then
"$(dirname "$0")/enter_chroot.sh" ./mod_image_for_test.sh "$@"
exit 0
fi
get_default_board get_default_board
DEFINE_string board "$DEFAULT_BOARD" "Board for which the image was built" DEFINE_string board "$DEFAULT_BOARD" "Board for which the image was built"