diff --git a/all_tests.cfg.erb b/all_tests.cfg.erb --- a/all_tests.cfg.erb +++ b/all_tests.cfg.erb @@ -5,8 +5,8 @@ mem_limit_each <%= options[:mem_limit] %> score_each 10 -<% 1.upto(num_testcase) do |i| %> - run <%= i %> +<% 1.upto(num_testcases) do |i| %> + run <%= i %> do tests <%= i %> end <% end %>