Added optional template parameter in test.rb
This commit is contained in:
parent
e547b63990
commit
0897af3654
@ -73,8 +73,8 @@ Test : "<%= @name %>"
|
||||
Description : "<%= @description %>
|
||||
<% end -%>
|
||||
==============================================
|
||||
<% @tests.each do |key,data| -%>
|
||||
<%= key %> : <%= data[:status] %> <% if data[:context].has_key? :note %> (<%= data[:context][:note] %>) <% end %>
|
||||
<% @tests.each do |hostname,data| -%>
|
||||
<%= hostname %> : <%= data[:status] %> <% if data[:context].has_key? :note %> (<%= data[:context][:note] %>) <% end %>
|
||||
<% end -%>
|
||||
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user