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

Unified Diff: common/battor/battor/__init__.py

Issue 1945733002: [Battor] Fix broken BattOr unit tests and set them to run in CQ. (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: fix whitespace Created 4 years, 8 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 | « catapult_build/build_steps.py ('k') | common/battor/battor/battor_wrapper_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/battor/battor/__init__.py
diff --git a/common/battor/battor/__init__.py b/common/battor/battor/__init__.py
index cb28d15fd3390a0a291c0652f505dd1240c6a730..fb42b46970cd23e3d4541ca3baa01f9155ef0788 100644
--- a/common/battor/battor/__init__.py
+++ b/common/battor/battor/__init__.py
@@ -23,4 +23,4 @@ _CATAPULT_DIR = os.path.join(
_AddDirToPythonPath(_CATAPULT_DIR, 'dependency_manager')
_AddDirToPythonPath(_CATAPULT_DIR, 'devil')
_AddDirToPythonPath(_CATAPULT_DIR, 'telemetry', 'third_party', 'pyserial')
-
+_AddDirToPythonPath(_CATAPULT_DIR, 'common', 'battor')
« no previous file with comments | « catapult_build/build_steps.py ('k') | common/battor/battor/battor_wrapper_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698