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

Unified Diff: tools/vim/tests/chromium.ycm_extra_conf_unittest.py

Issue 2303813002: Fix the YCM tests on Mac. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/vim/tests/chromium.ycm_extra_conf_unittest.py
diff --git a/tools/vim/tests/chromium.ycm_extra_conf_unittest.py b/tools/vim/tests/chromium.ycm_extra_conf_unittest.py
index bb3dca421b8c3a05a66e9ae62d2d971ddc1a8e36..9f6b74589eea70df25fba44fbeb410f33ec9c9a6 100755
--- a/tools/vim/tests/chromium.ycm_extra_conf_unittest.py
+++ b/tools/vim/tests/chromium.ycm_extra_conf_unittest.py
@@ -74,7 +74,7 @@ class Chromium_ycmExtraConfTest(unittest.TestCase):
+-- gn
build.ninja
"""
- self.chrome_root = os.path.abspath(os.path.normpath(
+ self.chrome_root = os.path.abspath(os.path.realpath(
asanka 2016/09/01 18:20:58 Why is this necessary on Mac?
Sidney San Martín 2016/09/01 22:18:04 The temp directories on Mac are symlinks (/tmp ->
os.path.join(self.test_root, 'src')))
self.out_dir = os.path.join(self.chrome_root, 'out', 'gn')
« 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