summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/unittest_options.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/unittest/unittest_options.idl')
-rw-r--r--src/mongo/unittest/unittest_options.idl8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mongo/unittest/unittest_options.idl b/src/mongo/unittest/unittest_options.idl
index 6b928ba5856..e6f85e71304 100644
--- a/src/mongo/unittest/unittest_options.idl
+++ b/src/mongo/unittest/unittest_options.idl
@@ -42,10 +42,10 @@ configs:
description: 'Test suite name. Specify --suite more than once to run multiple suites.'
arg_vartype: StringVector
filter:
- description: 'Test case name filter. Specify a regex partial-matching the test names.'
+ description: 'Test case name filter. Specify the substring of the test names.'
arg_vartype: String
fileNameFilter:
- description: 'Filter test cases by source file name by partial-matching regex.'
+ description: 'Filter test cases by source file name.'
arg_vartype: String
repeat:
description: 'Specifies the number of runs for each test.'
@@ -55,6 +55,4 @@ configs:
description: "Log more verbose output. Specify one or more 'v's to increase verbosity."
arg_vartype: String
implicit: v
- internalRunDeathTest:
- description: "Used internally to resume a death test in the child process."
- arg_vartype: String
+