]> mj.ucw.cz Git - eval.git/blobdiff - public/submit
Fixed a comment.
[eval.git] / public / submit
index ac73dbc32bf384858ec61628a35088487c20d871..f597ee46b17eabf5ae1fdd5ab6067aeba06b3186 100755 (executable)
@@ -53,9 +53,10 @@ if [ $TASK_TYPE == open-data ] ; then
        pstart "Test case $TEST: "
        open-locate "$SRCFILE"
        (
        pstart "Test case $TEST: "
        open-locate "$SRCFILE"
        (
-               ln "$SDIR/$SRCN" $TDIR/$TEST.out
+               [ -f $PDIR/$TEST.config ] && . $PDIR/$TEST.config
+               try-ln "$SDIR/$SRCN" $TDIR/$TEST.out
                syntax-check
                syntax-check
-               test-result 1 OK
+               test-result $POINTS_PER_TEST OK
        ) || FAILED=1
 else
        [ -z "$PART" ] || die "Test number should be given only for open data problems."
        ) || FAILED=1
 else
        [ -z "$PART" ] || die "Test number should be given only for open data problems."
@@ -64,6 +65,7 @@ else
        for TEST in $SAMPLE_TESTS ; do
                (
                pstart "Checking on sample input $TEST: "
        for TEST in $SAMPLE_TESTS ; do
                (
                pstart "Checking on sample input $TEST: "
+               [ -f $PDIR/$TEST.config ] && . $PDIR/$TEST.config
                test-run
                syntax-check
                output-check
                test-run
                syntax-check
                output-check