The max-failures option is not listed in the online documentation. I thought we should fix that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/docs/CommandGuide/lit.rst | ||
|---|---|---|
| 165 | vairable -> variable Also, does a MAX_FAILURES environment variable exist? git grep MAX_FAILURES doesn't find it. | |
| llvm/docs/CommandGuide/lit.rst | ||
|---|---|---|
| 165 | Ping. | |
| llvm/docs/CommandGuide/lit.rst | ||
|---|---|---|
| 165 | AFAIK, lit does not respect a MAX_FAILURES env var. One can do: LIT_OPTS=--max-failures=10. I think we can remove the last sentence from the description. | |
vairable -> variable
Also, does a MAX_FAILURES environment variable exist? git grep MAX_FAILURES doesn't find it.