X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=bin%2Fev;h=1681d93c612a211ae6e23c9b0fe99d81bcd3aea9;hb=98e0e00dd5346665992d4fd474c12f226d22dda4;hp=eeb5f0099aa15519c8f2a575fcf9fb630e172a9e;hpb=e39c44529e453e897e638bf3424f912891066a5d;p=moe.git diff --git a/bin/ev b/bin/ev index eeb5f00..1681d93 100755 --- a/bin/ev +++ b/bin/ev @@ -19,8 +19,10 @@ log-init box-init # Compile the program -locate-source $SDIR/$3 -compile || true +if [ $TASK_TYPE != open-data ] ; then + locate-source `if [ -n "$3" ] ; then echo $SDIR/$3 ; fi` + compile || true +fi # Initialize the points file PTSFILE=$TDIR/points @@ -38,6 +40,7 @@ function test-verdict } # Perform the tests +[ -z "$EV_SAMPLE" ] || TESTS="$SAMPLE_TESTS $TESTS" for TEST in $TESTS ; do ( [ -f $PDIR/$TEST.config ] && . $PDIR/$TEST.config