Skip to content

Commit

Permalink
docs(usage): skip-successful flag (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
aisuneko committed Oct 1, 2024
1 parent f910852 commit 4f115a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Options:
--aggr Aggregate multiple report.json files into a single reports.json
--summ Generate a summary report
--config <Config file name> Specify a different base configuration file
--cleanup Clean up report.json files left by previous runs
--skip-successful Skip completed successful tests (instead of overwriting their results)
-h, --help Print help
-V, --version Print version
```
2 changes: 1 addition & 1 deletion USAGE_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Options:
--test Run tests for all distributions
--aggr Aggregate multiple report.json files into a single reports.json
--summ Generate a summary report
--cleanup Clean up report.json files left by previous runs
--config <Config file name> Specify a different base configuration file
--skip-successful Skip completed successful tests (instead of overwriting their results)
-h, --help Print help
-V, --version Print version
```

0 comments on commit 4f115a7

Please sign in to comment.