From: Martin Mares Date: Thu, 5 Jul 2007 09:53:07 +0000 (+0200) Subject: Comment on obsolescence of this script. X-Git-Tag: python-dummy-working~297 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=80495c76c0b785d329cf7932b3d7fd03e41182ed;p=eval.git Comment on obsolescence of this script. --- 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`) {