File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,10 @@ EXECUTION OPTIONS
191191
192192 Write XUnit-compatible XML test reports to the specified file.
193193
194+ .. option :: --report-failures-only
195+
196+ Only include unresolved, timed out, failed and unexpectedly passed tests in the report.
197+
194198.. option :: --resultdb-output RESULTDB_OUTPUT
195199
196200 Write LuCI ResultDB compatible JSON to the specified file.
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ def parse_args():
167167 )
168168 execution_group .add_argument (
169169 "--report-failures-only" ,
170- help = "When writing a test report, do not include results for "
171- " tests that completed successfully or were not run " ,
170+ help = "Only include unresolved, timed out, failed "
171+ " and unexpectedly passed tests in the report " ,
172172 action = "store_true"
173173 )
174174 execution_group .add_argument (
You can’t perform that action at this time.
0 commit comments