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

Unified Diff: experimental/bisect_lib/bin/run_py_tests

Issue 1521503002: Update bisect_lib with the changes committed in the infra/build repo. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 5 years 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
Index: experimental/bisect_lib/bin/run_py_tests
diff --git a/catapult_build/bin/run_py_tests b/experimental/bisect_lib/bin/run_py_tests
similarity index 75%
copy from catapult_build/bin/run_py_tests
copy to experimental/bisect_lib/bin/run_py_tests
index baed43301343ce204ad663c5c2cbe51581e908bd..6b7daf9612207d74d92859f959384156e0c42d1f 100755
--- a/catapult_build/bin/run_py_tests
+++ b/experimental/bisect_lib/bin/run_py_tests
@@ -8,8 +8,8 @@
import os
import sys
-_CATAPULT = os.path.abspath(
- os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir))
+_CATAPULT = os.path.abspath(os.path.join(
+ os.path.dirname(__file__), os.path.pardir, os.path.pardir, os.path.pardir))
if __name__ == '__main__':
@@ -23,5 +23,5 @@ if __name__ == '__main__':
from catapult_build import run_with_typ
sys.exit(run_with_typ.Run(
- os.path.join(_CATAPULT, 'catapult_build'),
+ os.path.join(_CATAPULT, 'experimental', 'bisect_lib'),
path=[_CATAPULT]))

Powered by Google App Engine
This is Rietveld 408576698