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

Unified Diff: systrace/bin/run_tests

Issue 2295913002: Enable some profile_chrome unit tests on Trybots (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: Add Chris as owner of Systrace bin directory Created 4 years, 3 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 | « systrace/bin/OWNERS ('k') | systrace/profile_chrome/agents_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: systrace/bin/run_tests
diff --git a/systrace/bin/run_tests b/systrace/bin/run_tests
index 823b9f257eec054ad415a7c337b831ecdb375572..4944c368c62605f6dfb55cab6880b3fa3bfac1ef 100755
--- a/systrace/bin/run_tests
+++ b/systrace/bin/run_tests
@@ -22,9 +22,8 @@ def main():
parser.add_option("-d", "--device", dest="device",
help="device the test runs on", metavar="DEVICE")
options, _args = parser.parse_args() # pylint: disable=unused-variable
- systrace_package_path = os.path.join(_SYSTRACE_DIR, 'systrace')
unfiltered_suite = unittest.TestLoader().discover(
- systrace_package_path,
+ _SYSTRACE_DIR,
pattern = '*_unittest.py',
top_level_dir=_SYSTRACE_DIR)
suite = unittest.TestSuite()
« no previous file with comments | « systrace/bin/OWNERS ('k') | systrace/profile_chrome/agents_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698