Commit 6642ca8c by vladlosev

Updates an outdated error message.

parent 9d7455f9
...@@ -162,11 +162,7 @@ def GetTestExecutablePath(executable_name, build_dir=None): ...@@ -162,11 +162,7 @@ def GetTestExecutablePath(executable_name, build_dir=None):
message = ( message = (
'Unable to find the test binary. Please make sure to provide path\n' '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' 'to the binary via the --build_dir flag or the BUILD_DIR\n'
'environment variable. For convenient use, invoke this script via\n' 'environment variable.')
'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.')
print >> sys.stderr, message print >> sys.stderr, message
sys.exit(1) sys.exit(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment