From f4f6ad47b37f1e6eddd1160c37d5c20efe149f8d Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Fri, 30 Apr 2010 15:48:52 -0700 Subject: [PATCH] Revert http://codereview.chromium.org/1818001 so that archived build can produce test images Review URL: http://codereview.chromium.org/1812008 --- mod_image_for_test.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh index 69f68e2c84..5bc1b2fbb0 100755 --- a/mod_image_for_test.sh +++ b/mod_image_for_test.sh @@ -13,11 +13,6 @@ # Load functions and constants for chromeos-install . "$(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 DEFINE_string board "$DEFAULT_BOARD" "Board for which the image was built"