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

Unified Diff: au_test_harness/cros_au_test_harness.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/constants.py ('k') | ctest/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: au_test_harness/cros_au_test_harness.py
diff --git a/au_test_harness/cros_au_test_harness.py b/au_test_harness/cros_au_test_harness.py
index 10c6abcd460af15797e1310fc2c081b4541420c5..7aed0f7054a7f61063d8e3d511409145d4710d21 100755
--- a/au_test_harness/cros_au_test_harness.py
+++ b/au_test_harness/cros_au_test_harness.py
@@ -18,7 +18,9 @@ import re
import sys
import unittest
-sys.path.append(os.path.join(os.path.dirname(__file__), '../lib'))
+# TODO(sosa): Migrate to chromite cros_build_lib.
+import constants
+sys.path.append(constants.CROSUTILS_LIB_DIR)
import cros_build_lib as cros_lib
import au_test
« no previous file with comments | « au_test_harness/constants.py ('k') | ctest/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698