]> mj.ucw.cz Git - moe.git/blobdiff - t/config
Many changes to pipeline.py
[moe.git] / t / config
index 9390695a7a14168c6cd11904c8fbace544970c2d..b7ab48800a017e2b41845c60c72ff8801afb3e97 100644 (file)
--- a/t/config
+++ b/t/config
@@ -1,5 +1,5 @@
 # Basic directories
-TDIR = "{HOME}/test"
+TDIR = "{HOME}/testing"
 PDIR = "{HOME}/tasks/{TASK}"
 
 # Files
@@ -7,6 +7,11 @@ USER_LOG = "{TDIR}/log"
 TASK_CONFIG = "{PDIR}/config"
 STATUS_FILE = "{TDIR}/status"
 
+# Verbosity
+DEBUG_LEVEL = "20"
+if (VERBOSE=="1") {DEBUG_LEVEL="10"}
+if (VERBOSE=="2") {DEBUG_LEVEL="0"}
+
 # only for testing: 
 TASK = "sum"
 TASK_TYPE = "dummy"