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

Unified Diff: mojo/tools/run_mojo_python_tests.py

Issue 1124023003: Fix run_mojo_python_tests devtools path missed in the rename. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | 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 03336c1cbac0b9c3b887774000fe3c4d74b73975..d18baf4f6efa4ff9af10908eac357444f704f50b 100755
--- a/mojo/tools/run_mojo_python_tests.py
+++ b/mojo/tools/run_mojo_python_tests.py
@@ -16,7 +16,7 @@ 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', 'pylib')
+ os.path.join('mojo', 'devtools', 'common', 'devtoolslib')
]
for test_dir in test_dir_list:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698