]> mj.ucw.cz Git - moe.git/blobdiff - bin/ev
Translate names of suicidial signals, too.
[moe.git] / bin / ev
diff --git a/bin/ev b/bin/ev
index 11876b5a02431f3d33a0ae02aa6b6567f8dd5b77..1681d93c612a211ae6e23c9b0fe99d81bcd3aea9 100755 (executable)
--- a/bin/ev
+++ b/bin/ev
@@ -19,8 +19,10 @@ log-init
 box-init
 
 # Compile the program
-locate-source `if [ -n "$3" ] ; then echo $SDIR/$3 ; fi`
-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