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:
Derek Mauro
2021-12-22 13:00:44 -08:00
committed by Copybara-Service
parent 71d4e2f742
commit c58f562fa2
29 changed files with 34 additions and 44 deletions

View File

@@ -40,7 +40,7 @@ This script tests such functionality by invoking gtest_list_output_unittest_
import os
import re
import gtest_test_utils
from googletest.test import gtest_test_utils
GTEST_LIST_TESTS_FLAG = '--gtest_list_tests'
GTEST_OUTPUT_FLAG = '--gtest_output'