]> mj.ucw.cz Git - eval.git/blobdiff - bin/ev
Updated the release.pm module.
[eval.git] / bin / ev
diff --git a/bin/ev b/bin/ev
index 1681d93c612a211ae6e23c9b0fe99d81bcd3aea9..a6189077d9f94b228f471887f7a1d062873345ea 100755 (executable)
--- a/bin/ev
+++ b/bin/ev
@@ -1,6 +1,6 @@
 #!/bin/bash
 # The Evaluator -- Master Control Script
 #!/bin/bash
 # The Evaluator -- Master Control Script
-# (c) 2001--2004 Martin Mares <mj@ucw.cz>
+# (c) 2001--2008 Martin Mares <mj@ucw.cz>
 
 set -e
 if [ ! -f config -o ! -f bin/lib ] ; then
 
 set -e
 if [ ! -f config -o ! -f bin/lib ] ; then
@@ -43,8 +43,8 @@ function test-verdict
 [ -z "$EV_SAMPLE" ] || TESTS="$SAMPLE_TESTS $TESTS"
 for TEST in $TESTS ; do
        (
 [ -z "$EV_SAMPLE" ] || TESTS="$SAMPLE_TESTS $TESTS"
 for TEST in $TESTS ; do
        (
-       [ -f $PDIR/$TEST.config ] && . $PDIR/$TEST.config
        exec >$TDIR/$TEST.log
        exec >$TDIR/$TEST.log
+       test-config
        pstart "Test $TEST... "
        echo "Test $TEST ($POINTS_PER_TEST points)"
        test-run
        pstart "Test $TEST... "
        echo "Test $TEST ($POINTS_PER_TEST points)"
        test-run