Skip to content

Commit

Permalink
Add change to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrudzki authored and pboling committed Jan 14, 2025
1 parent 9d5c0c1 commit 6b496ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Options:
--fail-fast=[N]
--seed SEED Seed for rspec
--create Create test databases
--print_failed_group Prints group that had failures in it
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo_tests/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def run
create = true
end

opts.on("--print_failed_group") do
opts.on("--print_failed_group", "Prints group that had failures in it") do
print_failed_group = true
end
end.parse!(@argv)
Expand Down

0 comments on commit 6b496ad

Please sign in to comment.