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

Unified Diff: mojo/tools/run_mojo_python_tests.py

Issue 1306603002: Improve android stack parser (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « mojo/devtools/common/android_stack_parser/stack_utils_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/run_mojo_python_tests.py
diff --git a/mojo/tools/run_mojo_python_tests.py b/mojo/tools/run_mojo_python_tests.py
index d18baf4f6efa4ff9af10908eac357444f704f50b..9328fe8189c9b64de52f6541519221a3d37e7aaa 100755
--- a/mojo/tools/run_mojo_python_tests.py
+++ b/mojo/tools/run_mojo_python_tests.py
@@ -16,7 +16,8 @@ def main():
# Tests of "mopy" python tools code.
os.path.join('mojo', 'tools', 'mopy'),
# Tests of python code in devtools.
- os.path.join('mojo', 'devtools', 'common', 'devtoolslib')
+ os.path.join('mojo', 'devtools', 'common', 'devtoolslib'),
+ os.path.join('mojo', 'devtools', 'common', 'android_stack_parser')
]
for test_dir in test_dir_list:
« no previous file with comments | « mojo/devtools/common/android_stack_parser/stack_utils_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698