File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,11 @@ utplsql run "my/Username"/"myP@ssword"@connectstring
116
116
If only schema is provided, then all suites owner by that schema are executed.
117
117
If -p is omitted, the current schema is used.
118
118
119
- --tags=tags - A comma separated list of tags to run.
120
- Format: --tags=tag1[,tag2[,tag3]]
121
-
119
+ --tags=tags - A comma separated list of tags to include or exclude in the run.
120
+ The excluded tags must be preceeded by a `-` (minus) sign and the entire expression must be surrounded by escaped doubleqotes in command line.
121
+ Format: --tags=tag1[,tag2,...,tagN]
122
+ or
123
+ Format: --tags=\"-tag1\"[,\"-tag2\",...,tagN]
122
124
-f=format - A reporter to be used for reporting.
123
125
(--format) If no -f option is provided, the default ut_documentation_reporter is used.
124
126
See reporters command for possible values
You can’t perform that action at this time.
0 commit comments