Index: testing/gmock/run_tests.py |
diff --git a/testing/gmock/run_tests.py b/testing/gmock/run_tests.py |
index 42dc14bf1045445d93e5c7f05af4bb100113c208..5e7b308fd7dba5eb28f9cd1f9de97d3c2162156c 100755 |
--- a/testing/gmock/run_tests.py |
+++ b/testing/gmock/run_tests.py |
@@ -68,7 +68,6 @@ def _Main(): |
options, args = run_tests_util.ParseArgs('gtest') |
test_runner = run_tests_util.TestRunner( |
script_dir=SCRIPT_DIR, |
- build_dir_var_name='GMOCK_BUILD_DIR', |
injected_build_dir_finder=GetGmockBuildDir) |
tests = test_runner.GetTestsToRun(args, |
options.configurations, |