diff options
author | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-05-13 18:05:20 +0000 |
---|---|---|
committer | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-05-13 18:05:20 +0000 |
commit | 3678a248d35723d5e18c7c2a78d7da5b4f5a3e57 (patch) | |
tree | d207f717b28321d8001850af98aa3d886c855897 /test/run_tests_util.py | |
parent | 2c697f5919691d24e39c057090cabdc5ab145484 (diff) | |
download | googletest-3678a248d35723d5e18c7c2a78d7da5b4f5a3e57.tar.gz googletest-3678a248d35723d5e18c7c2a78d7da5b4f5a3e57.tar.bz2 googletest-3678a248d35723d5e18c7c2a78d7da5b4f5a3e57.zip |
Renames test script flags.
Diffstat (limited to 'test/run_tests_util.py')
-rwxr-xr-x | test/run_tests_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_tests_util.py b/test/run_tests_util.py index 9e57931e..a123569e 100755 --- a/test/run_tests_util.py +++ b/test/run_tests_util.py @@ -171,7 +171,7 @@ class TestRunner(object): def __init__(self, script_dir, - build_dir_var_name='GTEST_BUILD_DIR', + build_dir_var_name='BUILD_DIR', injected_os=os, injected_subprocess=subprocess, injected_build_dir_finder=_GetGtestBuildDir): |