Improved localization testing.

Moved localization tests to tools/hacking.py.

Change-Id: I903b90dfb09a46a72b1c64c30301f90661999f5b
This commit is contained in:
Yuriy Taraday
2012-02-24 16:13:44 +04:00
parent 95712e3eef
commit 76a3b47bc8
8 changed files with 17 additions and 112 deletions

View File

@@ -74,6 +74,6 @@ if __name__ == '__main__':
try:
servers.append(service.Service.create(binary=binary))
except (Exception, SystemExit):
LOG.exception(_('Failed to load %s' % binary))
LOG.exception(_('Failed to load %s'), binary)
service.serve(*servers)
service.wait()