summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-05-02 10:44:09 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-05-02 10:44:09 -0700
commit6ebcf641f8be95ac4784359e086bc19cebca78da (patch)
tree87b9f013cb2774a0397f8d4775ba6a54cc79cf9d /tasks
parentdc4dfe711a16c29e1c9f70a5edbcab850f4bf4f4 (diff)
downloadchef-6ebcf641f8be95ac4784359e086bc19cebca78da.tar.gz
completely deprecate run_chef_tests
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/bin/run_chef_tests6
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;