We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f4900 commit 4140e14Copy full SHA for 4140e14
llvm/utils/lit/lit/main.py
@@ -138,7 +138,7 @@ def main(builtin_params={}):
138
139
tests_for_report = selected_tests if opts.shard else discovered_tests
140
if opts.report_failures_only:
141
- # Only report tests that failed
+ # Only report tests that failed.
142
tests_for_report = [t for t in tests_for_report if t.isFailure()]
143
144
for report in opts.reports:
0 commit comments