| Index: run_remote_tests.sh
|
| diff --git a/run_remote_tests.sh b/run_remote_tests.sh
|
| index 6b4fbf5bc5cd22ccc5b815b95cb268fa9cca44b8..1653ee8e7fc3f9a654c0fe5dd9dee8d552f3454c 100755
|
| --- a/run_remote_tests.sh
|
| +++ b/run_remote_tests.sh
|
| @@ -269,7 +269,7 @@ function main() {
|
| RAN_ANY_TESTS=${FLAGS_TRUE}
|
|
|
| # HACK: Temporary hack for cros-workon conversion
|
| - [[ -n "${WORKON_AUTOTEST}" ]] && WORKON_SUFFIX=_workon
|
| + [[ -n "${CROS_WORKON_SRCROOT}" ]] && WORKON_SUFFIX=_workon
|
|
|
| local enter_chroot=""
|
| local autotest="${GCLIENT_ROOT}/src/scripts/autotest${WORKON_SUFFIX}"
|
|
|