diff --git a/templates/all_tests.cfg.erb b/templates/all_tests.cfg.erb --- a/templates/all_tests.cfg.erb +++ b/templates/all_tests.cfg.erb @@ -13,7 +13,7 @@ <% if testrun.length==1 %> scores 10 <% else %> - scores 10 <% (testrun.length-1).times do %>,0 <% end %> + scores 10 <% (testrun.length-1).times do %>,10 <% end %> <% end %> end <% end %>