diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index af8a1a0..8c0e275 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -191,6 +191,10 @@ EXECUTION OPTIONS Write XUnit-compatible XML test reports to the specified file. +.. option:: --report-failures-only + + Only include unresolved, timed out, failed and unexpectedly passed tests in the report. + .. option:: --resultdb-output RESULTDB_OUTPUT Write LuCI ResultDB compatible JSON to the specified file. |