[devtools] don't hide warnings and errors during tests
The markdown module in jessie turns all warnings into logging calls, so
this allows me to still see deprecation warnings when running tests.
sync_schema_props_perms('EmailAddress')forsourceinrql('CWSource X WHERE X type "ldapuser"').entities():config=source.dictconfighost=config.pop('host',u'ldap')protocol=config.pop('protocol',u'ldap')source.cw_set(url=u'%s://%s'%(protocol,host))source.update_config(skip_unknown=True,**config)commit()