]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix logging when running tests with twisted installed.
authorBen Darnell <ben@bendarnell.com>
Tue, 8 Dec 2015 05:14:38 +0000 (00:14 -0500)
committerBen Darnell <ben@bendarnell.com>
Tue, 8 Dec 2015 05:16:07 +0000 (00:16 -0500)
tornado/test/twisted_test.py

index 1cff30ecbb6c82a7aa6c8044f80092fb0496d9f0..ed234c460a70fe77c1418609e6fc1ef119ae85e3 100644 (file)
@@ -686,7 +686,7 @@ if have_twisted:
     except ImportError:
         pass
     else:
-        globalLogBeginner.beginLoggingTo([])
+        globalLogBeginner.beginLoggingTo([], redirectStandardIO=False)
 
 if have_twisted:
     class LayeredTwistedIOLoop(TwistedIOLoop):