aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-30 07:15:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-30 07:15:05 -0700
commit32ba3439e317cc900d7e4bf1478f57807090316d (patch)
tree70f8ec9dded48620975d8011113a305490c4c4d1 /tools/run_tests/run_tests.py
parent3ba6bf57d70e17e8c172dab6f9f352f15cd8b26b (diff)
parentbd7682fe9954200e9806fd6714ca420fd6d35916 (diff)
Merge pull request #3373 from jtattermusch/spawn_interop_server
Simplify running of cloud_to_cloud interop tests.
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 73b2b3640b..38c06764b9 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -557,7 +557,7 @@ argp.add_argument('--use_docker',
action='store_const',
const=True,
help="Run all the tests under docker. That provides " +
- "additional isolation and prevents the need to installs " +
+ "additional isolation and prevents the need to install " +
"language specific prerequisites. Only available on Linux.")
argp.add_argument('--allow_flakes',
default=False,