]> mj.ucw.cz Git - eval.git/commitdiff
Comment on obsolescence of this script.
authorMartin Mares <mj@ucw.cz>
Thu, 5 Jul 2007 09:53:07 +0000 (11:53 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 5 Jul 2007 09:53:07 +0000 (11:53 +0200)
bin/mo-merge-tests

index 0396a7797e7d41542d24e5d1604e7a2636e9f786..03ef1eff7252e6a92158b66a686ff93ca6229b1f 100755 (executable)
@@ -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 <task>\n";
 my $task = $ARGV[0];
 foreach my $s (`ls -d testing/*/$task`) {