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

Unified Diff: client/site_tests/system_AutoLogin/system_AutoLogin.py

Issue 660202: Modify autox deps to install correctly from ebuild and fix AutoLogin (Closed)
Patch Set: Created 10 years, 10 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
« client/deps/autox/autox.py ('K') | « client/site_tests/system_AutoLogin/control ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/system_AutoLogin/system_AutoLogin.py
diff --git a/client/site_tests/system_AutoLogin/system_AutoLogin.py b/client/site_tests/system_AutoLogin/system_AutoLogin.py
index 66f981597dc459fe1a0e7dd43077d3cf11b6f75c..3b19e2b47d2013a534b1ed183eef214244925e4a 100644
--- a/client/site_tests/system_AutoLogin/system_AutoLogin.py
+++ b/client/site_tests/system_AutoLogin/system_AutoLogin.py
@@ -26,7 +26,7 @@ class system_AutoLogin(test.test):
environment_vars = \
'DISPLAY=:0.0 XAUTHORITY=/home/chronos/.Xauthority'
- autox_binary = '%s/%s' % (dep_dir, 'usr/bin/autox')
+ autox_binary = '%s/%s' % (dep_dir, 'autox')
autox_script = os.path.join(self.bindir, 'autox_script.json')
try:
« client/deps/autox/autox.py ('K') | « client/site_tests/system_AutoLogin/control ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698