summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/custom/gtest-port.h
diff options
context:
space:
mode:
authorRohan Joyce <rfj@google.com>2018-06-07 16:17:33 (GMT)
committerRohan Joyce <rfj@google.com>2018-06-14 19:45:55 (GMT)
commit0563b52d3acc5661792cf1f8c78661a050afc883 (patch)
treef038bb048175150c0cd0833de4d551b1bc688c5b /googletest/include/gtest/internal/custom/gtest-port.h
parentdea79290af988a71b9f566550237266a8f1e21a7 (diff)
downloadgoogletest-0563b52d3acc5661792cf1f8c78661a050afc883.zip
googletest-0563b52d3acc5661792cf1f8c78661a050afc883.tar.gz
googletest-0563b52d3acc5661792cf1f8c78661a050afc883.tar.bz2
Eliminate GTEST_TEST_FILTER_ENV_VAR_.refs/pull/1622/head
GTEST_TEST_FILTER_ENV_VAR_ was used to specify an environment variable to obtain the default test filter from. By default it was unset which broke "--test_filter" for bazel. This CL eliminates GTEST_TEST_FILTER_ENV_VAR_ and explicitly obtains the default test filter from the environment variable TESTBRIDGE_TEST_ONLY if it exists.
Diffstat (limited to 'googletest/include/gtest/internal/custom/gtest-port.h')
-rw-r--r--googletest/include/gtest/internal/custom/gtest-port.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/googletest/include/gtest/internal/custom/gtest-port.h b/googletest/include/gtest/internal/custom/gtest-port.h
index 94884c1..aa5da29 100644
--- a/googletest/include/gtest/internal/custom/gtest-port.h
+++ b/googletest/include/gtest/internal/custom/gtest-port.h
@@ -41,11 +41,6 @@
// GTEST_DEFINE_int32_(name, default_val, doc)
// GTEST_DEFINE_string_(name, default_val, doc)
//
-// Test filtering:
-// GTEST_TEST_FILTER_ENV_VAR_ - The name of an environment variable that
-// will be used if --GTEST_FLAG(test_filter)
-// is not provided.
-//
// Logging:
// GTEST_LOG_(severity)
// GTEST_CHECK_(condition)