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 |