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

Unified Diff: bin/run_tests

Issue 1376953005: Move tracing/third_party/tvcm -> third_party/py_vulcanize. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 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
Index: bin/run_tests
diff --git a/bin/run_tests b/bin/run_tests
index 9b91148c025c8b67431b735f4b53ddc05acc1806..22e3a6bb77b39e0b37be0cef85a84cc01ef4b388 100755
--- a/bin/run_tests
+++ b/bin/run_tests
@@ -14,7 +14,7 @@ _CATAPULT_PATH = os.path.abspath(
_TESTS = [
{'path': os.path.join(_CATAPULT_PATH, 'tracing', 'bin', 'run_tests')},
{'path': os.path.join(
- _CATAPULT_PATH, 'tracing', 'third_party', 'tvcm', 'run_py_tests')},
+ _CATAPULT_PATH, 'third_party', 'py_vulcanize', 'run_py_tests')},
{'path': os.path.join(_CATAPULT_PATH, 'perf_insights', 'bin', 'run_tests')},
{'path': os.path.join(
_CATAPULT_PATH, 'catapult_build', 'bin', 'run_py_tests')},
« no previous file with comments | « no previous file | perf_insights/perf_insights_build/pi_report_to_html.py » ('j') | third_party/py_vulcanize/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698