Skip to content

RSpec prints "Run options" banner once per worker under parallel runners #1025

@thomaswitt

Description

@thomaswitt

When running specs with filters, each worker prints the banner:

Run options: exclude {integration_test: true}

Example command:

bundle exec parallel_rspec -n 6 spec -o '--tag ~integration_test'

With 6+ workers this line floods the logs even though the filters are identical for every process.

Could we have a way to suppress duplicate banners (e.g., add a CLI flag like --quiet)?

See rspec issue rspec/rspec#278

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions