THRIFT-3611 Add --regex filter to cross test runner
Client: Test
Patch: Nobuaki Sukegawa
This closes #843
diff --git a/test/README.md b/test/README.md
index 066b34f..0682f5d 100755
--- a/test/README.md
+++ b/test/README.md
@@ -31,6 +31,11 @@
test/test.py --server cpp,java --client nodejs
test/test.py --server nodejs --client cpp,java
+Another useful flag is --regex. For example, to run all tests that involve
+Java TBinaryProtocol:
+
+ test/test.py --regex "java.*binary"
+
## Test case definition file
The cross test cases are defined in [tests.json](tests.json).