diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-27 19:56:40 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-27 19:56:40 -0700 |
commit | 3f4c22ffc1376f7b10c542245d16cc03b55d2727 (patch) | |
tree | 86b248bce221e8df18ed802f5579b18ab2e1fa37 /tasks | |
parent | c234d6affb93eb1af6e12033d37d2e74609120de (diff) | |
download | chef-3f4c22ffc1376f7b10c542245d16cc03b55d2727.tar.gz |
run chefstyle in parallel, once
make it easier to see if we have style errors or code errors
Diffstat (limited to 'tasks')
-rwxr-xr-x | tasks/bin/run_chef_tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/bin/run_chef_tests b/tasks/bin/run_chef_tests index ea5c5beeff..a128e59aec 100755 --- a/tasks/bin/run_chef_tests +++ b/tasks/bin/run_chef_tests @@ -12,6 +12,5 @@ if [ -n "$1" ]; then sudo -E $(which bundle) exec $@; else sudo -E $(which bundle) exec rake spec; - bundle exec rake style; bundle exec bundle-audit check --update; fi |