summaryrefslogtreecommitdiff
path: root/tasks/bin/run_external_test
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/bin/run_external_test')
-rwxr-xr-xtasks/bin/run_external_test6
1 files changed, 6 insertions, 0 deletions
diff --git a/tasks/bin/run_external_test b/tasks/bin/run_external_test
index 04fe5343ba..845c9b9d91 100755
--- a/tasks/bin/run_external_test
+++ b/tasks/bin/run_external_test
@@ -1,5 +1,11 @@
#!/usr/bin/env ruby
+# This script helps to test external gems in the content of the current
+# Chef install. We want to make sure that the external gems will still function
+# once we release Chef so we run *their* specs against the current contents
+# of the chef / ohai repos. It let's us know if we need to update downstream
+# gems or fix regressions in chef *before* we release.
+
$:.unshift(File.expand_path("../../lib", File.dirname(__FILE__)))
require "tmpdir"