aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/base.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/base.py b/tests/base.py
index a9d3f84..2d52079 100644
--- a/tests/base.py
+++ b/tests/base.py
@@ -20,7 +20,9 @@ class BasicRoverlayTestCase ( unittest.TestCase ):
# does nothing if already initialized
if cls.CONFIG is None:
roverlay.setup_initial_logger()
- cls.CONFIG = roverlay.load_config_file ( cls.CONFIG_FILE )
+ cls.CONFIG = roverlay.load_config_file (
+ cls.CONFIG_FILE, setup_logger=False
+ )
# --- end of load_config (...) ---
# @classmethod