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

Unified Diff: run_remote_tests.sh

Issue 3048051: autotest_run: kill the destructive stuff that's pwning the autotest installation (Closed) Base URL: ssh://gitrw.chromium.org/crosutils
Patch Set: Remove client/packages hax Created 10 years, 4 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 | « autotest_run.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}"
« no previous file with comments | « autotest_run.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698