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

Unified Diff: tracing/bin/run_py_tests

Issue 2725913002: [Catapult][Telemetry] Move trace_data from telemetry/ to tracing/ (Closed)
Patch Set: Move from common to tracing Created 3 years, 10 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 | « no previous file | tracing/tracing/trace_data/trace_data.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/bin/run_py_tests
diff --git a/tracing/bin/run_py_tests b/tracing/bin/run_py_tests
index 23a6ceaa31f22d5098bef1471898b0111e9d0826..db734c3898b910d92000b0f934d7f45d70c1a827 100755
--- a/tracing/bin/run_py_tests
+++ b/tracing/bin/run_py_tests
@@ -38,4 +38,5 @@ if __name__ == '__main__':
from catapult_build import run_with_typ
_RunTestsOrDie(os.path.join(_TRACING_PATH, 'tracing'))
_RunTestsOrDie(os.path.join(_TRACING_PATH, 'tracing_build'))
+ _RunTestsOrDie(os.path.join(_TRACING_PATH, 'tracing', 'trace_data'))
sys.exit(0)
« no previous file with comments | « no previous file | tracing/tracing/trace_data/trace_data.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698