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

Unified Diff: client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py

Issue 6090004: Move Autotest to /usr/local/autotest and fix hard-coded autodir paths in client tests. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Revert to hard-coded path for logging_UserCrash Created 9 years, 11 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 | « no previous file | client/site_tests/logging_LogVolume/stateful_whitelist.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py
diff --git a/client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py b/client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py
index ab0b1dd7c306b35f401dc203c19a9441dcf2102c..e68eeeb7d473708493894d41416b6099f373aa85 100644
--- a/client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py
+++ b/client/site_tests/hardware_DeveloperRecovery/src/DevRecTest.py
@@ -338,7 +338,7 @@ class devrec_gpio:
# TODO(tbroch) hardcode for now ... iotools usages going away
# longer term anyways
- path = '/home/autotest/deps/iotools/'
+ path = '/usr/local/autotest/deps/iotools/'
# Generate symlinks for iotools.
if not os.path.exists(path + 'pci_read32'):
os.system(path + 'iotools --make-links')
« no previous file with comments | « no previous file | client/site_tests/logging_LogVolume/stateful_whitelist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698