diff --git a/mezcla/unittest_wrapper.py b/mezcla/unittest_wrapper.py index ba79a70..ceba49f 100755 --- a/mezcla/unittest_wrapper.py +++ b/mezcla/unittest_wrapper.py @@ -78,9 +78,11 @@ # Constants (e.g., environment options) TL = debug.TL -KEEP_TEMP = system.getenv_bool( - "KEEP_TEMP", debug.detailed_debugging(), - desc="Keep temporary files") +## OLD: +## KEEP_TEMP = system.getenv_bool( +## "KEEP_TEMP", debug.detailed_debugging(), +## desc="Keep temporary files") +KEEP_TEMP = gh.KEEP_TEMP TODO_FILE = "TODO FILE" TODO_MODULE = "TODO MODULE"