Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: src/scripts/run_tests.sh

Issue 1736025: Added restart_in_chroot_if_needed to common.sh. (Closed) Base URL: http://src.chromium.org/git/chromiumos.git
Patch Set: Reverted mod_image_for_test.sh and removed line from common.sh. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/scripts/common.sh ('k') | src/scripts/set_shared_user_password.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/run_tests.sh
diff --git a/src/scripts/run_tests.sh b/src/scripts/run_tests.sh
index d9bd0d791ef2c6ea6dff0ddb87341367df9b8e79..7bd5c22b1c3a4ca23dd57c22fc116e2e42676268 100755
--- a/src/scripts/run_tests.sh
+++ b/src/scripts/run_tests.sh
@@ -9,7 +9,7 @@
. "$(dirname "$0")/common.sh"
# Script must be run inside the chroot
-assert_inside_chroot
+restart_in_chroot_if_needed $*
get_default_board
# Flags
« no previous file with comments | « src/scripts/common.sh ('k') | src/scripts/set_shared_user_password.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698