diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-02 10:44:09 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-02 10:44:09 -0700 |
commit | 6ebcf641f8be95ac4784359e086bc19cebca78da (patch) | |
tree | 87b9f013cb2774a0397f8d4775ba6a54cc79cf9d /tasks | |
parent | dc4dfe711a16c29e1c9f70a5edbcab850f4bf4f4 (diff) | |
download | chef-6ebcf641f8be95ac4784359e086bc19cebca78da.tar.gz |
completely deprecate run_chef_tests
Diffstat (limited to 'tasks')
-rwxr-xr-x | tasks/bin/run_chef_tests | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tasks/bin/run_chef_tests b/tasks/bin/run_chef_tests deleted file mode 100755 index 363086e688..0000000000 --- a/tasks/bin/run_chef_tests +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# Fail fast (e) and echo commands (vx) -set -evx - -sudo -E $(which bundle) exec rake spec; |