Merge "quiet route logging on skipped tests"

This commit is contained in:
Jenkins 2013-03-14 16:24:45 +00:00 committed by Gerrit Code Review
commit 8a82be614f

View File

@ -58,6 +58,9 @@ DRIVERS = {}
cd = os.chdir
logging.getLogger('routes.middleware').level = logging.WARN
def rootdir(*p):
return os.path.join(ROOTDIR, *p)