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

Unified Diff: mojo/tools/test_runner.py

Issue 288943005: Mojo: Add a utility to compare old mojom_bindings_generator.py output to the current one. (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: foo Created 6 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 | « mojo/tools/check_mojom_golden_files.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/test_runner.py
diff --git a/mojo/tools/test_runner.py b/mojo/tools/test_runner.py
index 4455235b8dc353fa987b5cd2a7851e506e98069a..c36caeab761f412cca38ed0a2356d312b78ea769 100755
--- a/mojo/tools/test_runner.py
+++ b/mojo/tools/test_runner.py
@@ -12,7 +12,7 @@ import sys
_logging = logging.getLogger()
-_script_dir = os.path.dirname(os.path.realpath(__file__))
+_script_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.join(_script_dir, "pylib"))
from transitive_hash import transitive_hash
« no previous file with comments | « mojo/tools/check_mojom_golden_files.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698