Skip to content

Is there a way to run a custom cmd with --exec but also pass in the spec files for each process with parallel_rspec? #1007

Open
@andr3i-f

Description

@andr3i-f

Hi,

I am trying to run an additional unix command with the spawned processes, however, if I use the --exec flag to pass in the extra command, I don't believe it passes in the sliced up files or I am not sure how to access them.

For example, if I run bundle exec parallel_rspec --verbose, I'm able to see all of the spec files getting passed to each process, but if I add the --exec flag, the processes only run the command from --exec.

Is there a workaround or am I mistaken about the purpose of the --exec flag?

Thank you in advance

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