From: Tomas Gavenciak Date: Sat, 18 Sep 2010 20:39:42 +0000 (+0200) Subject: New task "sum" - dummy for now X-Git-Tag: python-dummy-working~6 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=55dcaa6d8671d02d792919dc47e4758df6ae5471;p=moe.git New task "sum" - dummy for now Minor config changes --- diff --git a/t/config b/t/config index b7ab488..e559dd4 100644 --- a/t/config +++ b/t/config @@ -7,14 +7,11 @@ USER_LOG = "{TDIR}/log" TASK_CONFIG = "{PDIR}/config" STATUS_FILE = "{TDIR}/status" -# Verbosity +# Default debug level - INFO DEBUG_LEVEL = "20" -if (VERBOSE=="1") {DEBUG_LEVEL="10"} -if (VERBOSE=="2") {DEBUG_LEVEL="0"} # only for testing: TASK = "sum" -TASK_TYPE = "dummy" USER = "gavento" SOURCE = "suma.c" EXTENSIONS += " dummy " diff --git a/t/tasks/sum/config b/t/tasks/sum/config new file mode 100644 index 0000000..65fda7e --- /dev/null +++ b/t/tasks/sum/config @@ -0,0 +1,3 @@ +TESTS = "1 2 3 4 5a 5b 6" +TASK_TYPE = "dummy" +