| Index: au_test_harness/au_worker.py
|
| diff --git a/au_test_harness/au_worker.py b/au_test_harness/au_worker.py
|
| index 6dedef140de23feb75b913a47f1bb787f4df1947..701a12ae63d25f02c54ca6722cbc0ae76d11f5a7 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 = cros_lib.CROSUTILS_DIRECTORY
|
| - self.crosutilsbin = os.path.join(self.crosutils, 'bin')
|
| + self.crosutils = cros_lib.GetCrosUtilsPath()
|
| + self.crosutilsbin = cros_lib.GetCrosUtilsBinPath()
|
|
|
| def CleanUp(self):
|
| """Called at the end of every test."""
|
|
|