aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/README.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-12 08:42:31 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-12 08:42:31 -0700
commit5d73d47f642dcd1b30a59c7a53c5332465bd0efa (patch)
treec398127c11d460f81fcf82004a7ebf468277e9a7 /tools/interop_matrix/README.md
parent4e9576663113f28fb4a6aaec43c8950666caff44 (diff)
parent97e11e02e00e96c94551fda3bc980c64b446e759 (diff)
Merge github.com:grpc/grpc into vector
Diffstat (limited to 'tools/interop_matrix/README.md')
-rw-r--r--tools/interop_matrix/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/interop_matrix/README.md b/tools/interop_matrix/README.md
index c2f354399f..c0e9a33c5e 100644
--- a/tools/interop_matrix/README.md
+++ b/tools/interop_matrix/README.md
@@ -47,7 +47,7 @@ For more details on each step, refer to sections below.
## Instructions for running test cases against GCR images
- Run `tools/interop_matrix/run_interop_matrix_tests.py`. Useful options:
- - `--release` specifies a git release tag. Defaults to `--release=master`. Make sure the GCR images with the tag have been created using `create_matrix_images.py` above.
+ - `--release` specifies a git release tag. Defaults to `--release=all`. Make sure the GCR images with the tag have been created using `create_matrix_images.py` above.
- `--language` specifies a language. Defaults to `--language=all`.
For example, To test all languages for all gRPC releases across all runtimes, do `tools/interop_matrix/run_interop_matrix_test.py --release=all`.
- The output for all the test cases is recorded in a junit style xml file (default to 'report.xml').