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

Unified Diff: au_test_harness/au_worker.py

Issue 6675015: Modify au_test_harness and ctest to work from new location. (Closed) Base URL: http://git.chromium.org/git/crostestutils.git@master
Patch Set: Created 9 years, 9 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 | « au_test_harness/au_test.py ('k') | au_test_harness/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: au_test_harness/au_worker.py
diff --git a/au_test_harness/au_worker.py b/au_test_harness/au_worker.py
index 303c1802084785333d62110261e53a847353099b..6dedef140de23feb75b913a47f1bb787f4df1947 100644
--- a/au_test_harness/au_worker.py
+++ b/au_test_harness/au_worker.py
@@ -41,8 +41,8 @@ class AUWorker(object):
self.verify_suite = 'suite_Smoke'
# Set these up as they are used often.
- self.crosutils = os.path.join(os.path.dirname(__file__), '..', '..')
- self.crosutilsbin = os.path.join(os.path.dirname(__file__), '..')
+ self.crosutils = cros_lib.CROSUTILS_DIRECTORY
+ self.crosutilsbin = os.path.join(self.crosutils, 'bin')
def CleanUp(self):
"""Called at the end of every test."""
« no previous file with comments | « au_test_harness/au_test.py ('k') | au_test_harness/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698