Index: run_remote_tests.sh |
diff --git a/run_remote_tests.sh b/run_remote_tests.sh |
index cb007c060b9bc03ee947109e923810f5fb2dc069..f1f49cfe18426dcb246241d37b19ba0a62e07e02 100755 |
--- a/run_remote_tests.sh |
+++ b/run_remote_tests.sh |
@@ -148,7 +148,7 @@ autotest autotest-tests (or use --build)." |
fi |
if [ ${FLAGS_build} -eq ${FLAGS_FALSE} ] && |
- "${SCRIPTS_DIR}/cros_workon" --board=${FLAGS_board} list | |
+ cros_workon --board=${FLAGS_board} list | |
grep -q autotest; then |
AUTOTEST_DIR="${SRC_ROOT}/third_party/autotest/files" |
FLAGS_build=${FLAGS_TRUE} |