X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fev;h=ad44b496594e950b071c9010a2df321322ac0e62;hb=b9ff9e0a4370eca27410e0295682d806576a42be;hp=018f2370da93834ee26c209e4c250ec8235649d3;hpb=237a7d3a67e1e5e254f5614bdf9f65d3dfcf1c01;p=moe.git diff --git a/bin/ev b/bin/ev index 018f237..ad44b49 100755 --- a/bin/ev +++ b/bin/ev @@ -11,13 +11,14 @@ fi . config # Set up environment: +# HDIR home dir of the evaluator # PDIR problem specific data # SDIR contestant's solution # TDIR test results # BOXDIR sandbox # PROBLEM problem we're evaluating -[ -n "$2" ] || die "Usage: ev " +[ -n "$2" ] || die "Usage: ev []" CONTESTANT=$1 PROBLEM=$2 dir-init @@ -26,7 +27,7 @@ log-init box-init # Compile the program -locate-source +locate-source $3 compile # Perform the tests