Skip to content

Conversation

stamm
Copy link
Owner

@stamm stamm commented Nov 11, 2018

If I run env CI_SPEC_OPTIONS="-n3 --serialize-stdout" bundle exec rake parallel_spec I got an error:

4 processes for 81 specs, ~ 20 specs per process
invalid option: -3

Please use --help for a listing of valid options
invalid option: -3

Please use --help for a listing of valid options
invalid option: -3

Please use --help for a listing of valid options
invalid option: -3

Please use --help for a listing of valid options

I printed args:

"-t",
 "rspec",
 "--",
 "-n3",
 "--serialize-stdout",
 "--",
 "spec/classes/profiles/docker/config_spec.rb",
…

I think we don't need to push -- elements

@codecov-io
Copy link

codecov-io commented Nov 11, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@ef83ccd). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #1   +/-   ##
=========================================
  Coverage          ?   40.34%           
=========================================
  Files             ?       10           
  Lines             ?      751           
  Branches          ?        0           
=========================================
  Hits              ?      303           
  Misses            ?      448           
  Partials          ?        0
Impacted Files Coverage Δ
lib/puppetlabs_spec_helper/rake_tasks.rb 41.46% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef83ccd...b0cbd46. Read the comment docs.

@stamm stamm merged commit a00aabb into master Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants