Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
6642ca8c
Commit
6642ca8c
authored
Feb 10, 2011
by
vladlosev
Browse files
Updates an outdated error message.
parent
9d7455f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
test/gtest_test_utils.py
test/gtest_test_utils.py
+1
-5
No files found.
test/gtest_test_utils.py
View file @
6642ca8c
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment