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

Unified Diff: src/scripts/run_remote_tests.sh

Issue 1589022: Pass chroot flag into enter_chroot. (Closed)
Patch Set: patch 2 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/autotest ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/run_remote_tests.sh
diff --git a/src/scripts/run_remote_tests.sh b/src/scripts/run_remote_tests.sh
index 144328c0393a9fe42a49ad5b99bb1b1644d5d1aa..35013d63d063de36892598c02cfa434eb10b1fa0 100755
--- a/src/scripts/run_remote_tests.sh
+++ b/src/scripts/run_remote_tests.sh
@@ -248,7 +248,7 @@ function main() {
local enter_chroot=""
local autotest="${GCLIENT_ROOT}/src/scripts/autotest"
if [[ ${INSIDE_CHROOT} -eq 0 ]]; then
- enter_chroot="./enter_chroot.sh --"
+ enter_chroot="./enter_chroot.sh --chroot ${FLAGS_chroot} --"
autotest="./autotest"
fi
« no previous file with comments | « src/scripts/autotest ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698