X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmo-merge-tests;h=03ef1eff7252e6a92158b66a686ff93ca6229b1f;hb=62f031249f096887b62544f8e4513fd225ac86fd;hp=0396a7797e7d41542d24e5d1604e7a2636e9f786;hpb=61b1ce91f9676e6f81ea961a6e9d1b45ce3d1233;p=moe.git diff --git a/bin/mo-merge-tests b/bin/mo-merge-tests index 0396a77..03ef1ef 100755 --- a/bin/mo-merge-tests +++ b/bin/mo-merge-tests @@ -1,5 +1,9 @@ #!/usr/bin/perl +# This script recalculates points according to grouping of testcases. +# This is no longer necessary, because the score table and report generators +# already know how to handle merging of groups, but we still keep it as an example. + @ARGV == 1 or die "Usage: mo-merge \n"; my $task = $ARGV[0]; foreach my $s (`ls -d testing/*/$task`) {