aboutsummaryrefslogtreecommitdiffstats
path: root/run_tests.py
diff options
context:
space:
mode:
authorvladlosev <vladlosev@8415998a-534a-0410-bf83-d39667b30386>2010-05-13 18:16:03 +0000
committervladlosev <vladlosev@8415998a-534a-0410-bf83-d39667b30386>2010-05-13 18:16:03 +0000
commite2e8ba401d198d1a8304c652e997505609b62696 (patch)
tree9e63b75d2c7ca8d342e9c1dceab84c360eaa5ef2 /run_tests.py
parent02f7106557fde1f1075dc53d65ef1f7a11851f93 (diff)
downloadgoogletest-e2e8ba401d198d1a8304c652e997505609b62696.tar.gz
googletest-e2e8ba401d198d1a8304c652e997505609b62696.tar.bz2
googletest-e2e8ba401d198d1a8304c652e997505609b62696.zip
Renames test script flags.
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 42dc14bf..5e7b308f 100755
--- a/run_tests.py
+++ b/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,