Skip to content

Commit

Permalink
Update kitchen command in Strainerfile to use --concurrency replacing…
Browse files Browse the repository at this point in the history
… the soon-to-be deprecated --parallel [skip ci]
  • Loading branch information
Lopaka Delp committed Oct 14, 2014
1 parent bdc22bc commit d0ffdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Strainerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
knife: bundle exec knife cookbook test $COOKBOOK
foodcritic: bundle exec foodcritic -f any $SANDBOX/$COOKBOOK
kitchen: bundle exec kitchen test --parallel
kitchen: bundle exec kitchen test --concurrency=4

0 comments on commit d0ffdb5

Please sign in to comment.