]> mj.ucw.cz Git - eval.git/commitdiff
Cleaup of the config file
authorMartin Mares <mj@ucw.cz>
Wed, 12 Aug 2009 18:09:47 +0000 (20:09 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 12 Aug 2009 18:09:47 +0000 (20:09 +0200)
t/config

index 96ac31e4c11ee469f6c81a42e0c7b714cfd926e1..8faf95bcdc8d117ad1d0e070b643e8c2a428a048 100644 (file)
--- a/t/config
+++ b/t/config
@@ -1,12 +1,11 @@
 # HOME set automatically
 # CONTESTANT set automatically
 # TASK set automatically
+
 PDIR="${HOME}/problems/${TASK}"
 SDIR="${HOME}/solutions/${CONTESTANT}/${TASK}"
 TDIR="${HOME}/testing/${CONTESTANT}/${TASK}"
 
-TASK_TYPE=batch
-
 TESTCASE_IN=${TEST}.in
 TESTCASE_OUT=${TEST}.out
 TESTCASE_OK=${TEST}.ok
@@ -130,4 +129,3 @@ TEST_SANDBOX_OPTS=-a2 -f -m$MEM_LIMIT -k$STACK_LIMIT -t$TIME_LIMIT $BOX_EXTRAS $
 
 # Extra options to be overridden in task configuration
 BOX_EXTRAS=
-