formatting changes

This commit is contained in:
Gennadiy Civil
2018-05-23 11:49:11 -04:00
parent 4e4df226fc
commit 8977af0ecf
2 changed files with 5 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ import sys
SCRIPT_DIR = os.path.dirname(__file__) or '.'
# isdir resolves symbolic links.
gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../googletest/test')
gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../../googletest/test')
if os.path.isdir(gtest_tests_util_dir):
GTEST_TESTS_UTIL_DIR = gtest_tests_util_dir
else: