aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_test_utils.py
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-02-10 23:14:49 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-02-10 23:14:49 +0000
commit6642ca8cd46cf905b45e8f71532922df4d03800d (patch)
treebd483c327592d83c901f0858aa395af0c24e8d18 /test/gtest_test_utils.py
parent9d7455f9844e293dff8b7902f0c2553094f2f976 (diff)
downloadgoogletest-6642ca8cd46cf905b45e8f71532922df4d03800d.tar.gz
googletest-6642ca8cd46cf905b45e8f71532922df4d03800d.tar.bz2
googletest-6642ca8cd46cf905b45e8f71532922df4d03800d.zip
Updates an outdated error message.
Diffstat (limited to 'test/gtest_test_utils.py')
-rwxr-xr-xtest/gtest_test_utils.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/gtest_test_utils.py b/test/gtest_test_utils.py
index e7ee9d9c..4e897bd3 100755
--- a/test/gtest_test_utils.py
+++ b/test/gtest_test_utils.py
@@ -162,11 +162,7 @@ def GetTestExecutablePath(executable_name, build_dir=None):
message = (
'Unable to find the test binary. Please make sure to provide path\n'
'to the binary via the --build_dir flag or the BUILD_DIR\n'
- 'environment variable. For convenient use, invoke this script via\n'
- 'mk_test.py.\n'
- # TODO(vladl@google.com): change mk_test.py to test.py after renaming
- # the file.
- 'Please run mk_test.py -h for help.')
+ 'environment variable.')
print >> sys.stderr, message
sys.exit(1)