Blacklist the test module by default.

This commit is contained in:
Dave Page 2015-01-27 14:25:40 +00:00
parent 89bfc54ec4
commit d86c90fa73

View File

@ -34,7 +34,7 @@ APP_VERSION = '%s.%s.%s-%s' % (APP_MAJOR, APP_MINOR, APP_REVISION, APP_SUFFIX)
# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING!
# List of modules to skip when dynamically loading
MODULE_BLACKLIST = [ ]
MODULE_BLACKLIST = [ 'test' ]
##########################################################################
# Log settings