From 80495c76c0b785d329cf7932b3d7fd03e41182ed Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 5 Jul 2007 11:53:07 +0200 Subject: [PATCH] Comment on obsolescence of this script. --- bin/mo-merge-tests | 4 ++++ 1 file changed, 4 insertions(+) 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`) { -- 2.39.2