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

Unified Diff: mojo/tools/pylib/mojo_python_tests_runner.py

Issue 571373002: mojo: Add isolate test for python bindings test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « mojo/mojo_python_unittests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/pylib/mojo_python_tests_runner.py
diff --git a/mojo/tools/pylib/mojo_python_tests_runner.py b/mojo/tools/pylib/mojo_python_tests_runner.py
index 095f728b3d5707bcc62ed57470a6a3489da4da8e..e63a2a41bc629b31e47e6261cd0dd3fd5a2ada00 100644
--- a/mojo/tools/pylib/mojo_python_tests_runner.py
+++ b/mojo/tools/pylib/mojo_python_tests_runner.py
@@ -51,7 +51,7 @@ class MojoPythonTestRunner(object):
loader = unittest.loader.TestLoader()
print "Running Python unit tests under %s..." % self._test_dir
- pylib_dir = os.path.join(chromium_src_dir, self._test_dir)
+ pylib_dir = os.path.abspath(os.path.join(chromium_src_dir, self._test_dir))
if args.tests:
if pylib_dir not in sys.path:
sys.path.append(pylib_dir)
« no previous file with comments | « mojo/mojo_python_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698