summaryrefslogtreecommitdiff
path: root/lib/chef/resource_reporter.rb
diff options
context:
space:
mode:
authorjamesc <james@opscode.com>2013-04-29 09:20:26 -0700
committerBryan McLellan <btm@opscode.com>2013-06-18 08:58:18 -0700
commit5adefe7da91576bc6a92d6ebec13ff41fb6b1287 (patch)
tree11c3939df5c36e3ae78f7cf31c365162f08cb320 /lib/chef/resource_reporter.rb
parentc2a08df7d8729eba9a7786ccdf342eefffe69a43 (diff)
downloadchef-5adefe7da91576bc6a92d6ebec13ff41fb6b1287.tar.gz
Add start_time to end of run reporting message
Diffstat (limited to 'lib/chef/resource_reporter.rb')
-rw-r--r--lib/chef/resource_reporter.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource_reporter.rb b/lib/chef/resource_reporter.rb
index 7bedd1be82..c428e70afd 100644
--- a/lib/chef/resource_reporter.rb
+++ b/lib/chef/resource_reporter.rb
@@ -258,6 +258,7 @@ class Chef
run_data["run_list"] = @run_status.node.run_list.to_json
run_data["total_res_count"] = @total_res_count.to_s
run_data["data"] = {}
+ run_data["start_time"] = start_time.to_s
run_data["end_time"] = end_time.to_s
if exception