summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAJ Christensen <aj@opscode.com>2009-10-25 04:22:46 +1300
committerAJ Christensen <aj@opscode.com>2009-10-25 21:22:04 +1300
commit6033af031ac5f99a019802607686188d86411d5e (patch)
tree126004e9f1405840738c15507a4510df3a61a3c2 /Rakefile
parent856f7ebbf72f28bc04439d30d2960101b54cee75 (diff)
downloadchef-6033af031ac5f99a019802607686188d86411d5e.tar.gz
CHEF-637: Rigorize the chef-client interval cuke.
This causes it to work every time on my Macbook. I believe our 'fork' was missing an implicit 'exit', and as such Process#wait2 was waiting indefinitely /for an exit/.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 67f7d0cf9d..dcc325210c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -154,6 +154,10 @@ namespace :features do
Cucumber::Rake::Task.new(:roles) do |t|
t.profile = "client_roles"
end
+
+ Cucumber::Rake::Task.new(:run_interval) do |t|
+ t.profile = "client_run_interval"
+ end
end
Cucumber::Rake::Task.new(:search) do |t|