We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8acbb9 commit 10bef7bCopy full SHA for 10bef7b
1 file changed
README.md
@@ -155,13 +155,13 @@ utplsql run "my/Username"/"myP@ssword"@connectstring
155
-t=timeInMinutes - Sets the timeout in minutes after which the cli will abort.
156
(--timeout) Default 60
157
158
--dbout - Enables DBMS_OUTPUT in the TestRunner-Session
159
-(--dbms_output) Default: false
+-D - Enables DBMS_OUTPUT in the TestRunner-Session
+(--dbms_output) Default: false
160
161
--random - Enables random order of test executions
+-r - Enables random order of test executions
162
(--random-test-order) Default: false
163
164
--seed - Sets the seed to use for random test execution order. If set, it sets -random to true
+-seed - Sets the seed to use for random test execution order. If set, it sets -random to true
165
(--random-test-order-seed)
166
```
167
0 commit comments