Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index c95f45a..725508a 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -84,6 +84,7 @@ class Test(unittest.TestCase):
local.server_mode.value = False
local.mounts_root.value = None
local.ipc_port.value = 5101
+ local.layers.value = None
mounts_monitor.stop()
mounts_monitor._COMPLETE_MOUNT_TIMEOUT = .1
stats.stats_root.value = tmpdir + '/stats'