@@ -112,7 +112,7 @@ OUTPUT OPTIONS
112
112
113
113
Enable -v, but for all tests not just failed tests.
114
114
115
- .. option :: -o PATH , --output PATH
115
+ .. option :: -o= PATH , --output= PATH
116
116
117
117
Write test results to the provided path.
118
118
@@ -187,23 +187,23 @@ EXECUTION OPTIONS
187
187
188
188
Don't execute any tests (assume that they pass).
189
189
190
- .. option :: --xunit-xml-output XUNIT_XML_OUTPUT
190
+ .. option :: --xunit-xml-output= XUNIT_XML_OUTPUT
191
191
192
192
Write XUnit-compatible XML test reports to the specified file.
193
193
194
194
.. option :: --report-failures-only
195
195
196
196
Only include failures (see :ref: `test-status-results `) in the report.
197
197
198
- .. option :: --resultdb-output RESULTDB_OUTPUT
198
+ .. option :: --resultdb-output= RESULTDB_OUTPUT
199
199
200
200
Write LuCI ResultDB compatible JSON to the specified file.
201
201
202
- .. option :: --time-trace-output TIME_TRACE_OUTPUT
202
+ .. option :: --time-trace-output= TIME_TRACE_OUTPUT
203
203
204
204
Write Chrome tracing compatible JSON to the specified file
205
205
206
- .. option :: --timeout MAXINDIVIDUALTESTTIME
206
+ .. option :: --timeout= MAXINDIVIDUALTESTTIME
207
207
208
208
Maximum time to spend running a single test (in seconds). 0 means no time
209
209
limit. [Default: 0]
@@ -214,11 +214,11 @@ EXECUTION OPTIONS
214
214
``0 `` means no time limit, and ``0 `` is the default. Note that this is not an
215
215
alias for :option: `--max-time `; the two are different kinds of maximums.
216
216
217
- .. option :: --max-failures MAX_FAILURES
217
+ .. option :: --max-failures= MAX_FAILURES
218
218
219
219
Stop execution after the given number of failures.
220
220
221
- .. option :: --max-retries-per-test N
221
+ .. option :: --max-retries-per-test= N
222
222
223
223
Retry running failed tests at most ``N `` times.
224
224
Out of the following options to rerun failed tests the
0 commit comments