Makes the Python imports consistently use full paths from the repository root,
unifying the behavior between Bazel and CMake This fixes one of the CI failures on Windows PiperOrigin-RevId: 417872531 Change-Id: I156989323b7e6d4a4420f4f9691b078829db933d
This commit is contained in:
committed by
Copybara-Service
parent
71d4e2f742
commit
c58f562fa2
@@ -35,7 +35,7 @@ output.
|
||||
|
||||
import re
|
||||
|
||||
import gtest_test_utils
|
||||
from googletest.test import gtest_test_utils
|
||||
|
||||
# Path to the gtest_skip_in_environment_setup_test binary
|
||||
EXE_PATH = gtest_test_utils.GetTestExecutablePath('gtest_skip_test')
|
||||
|
||||
Reference in New Issue
Block a user