]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add some more output
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 22:24:52 +0000 (22:24 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 22:24:52 +0000 (22:24 +0000)
Lib/test/test_subprocess.py

index 68fa70bbffdb2e9eee73d7d36942811a9e3c7a6b..cf6684d816bcd51b8ec792a9d2af16732a98b26e 100644 (file)
@@ -1156,6 +1156,9 @@ class POSIXProcessTestCase(BaseTestCase):
 
         open_fds = set()
 
+        if support.verbose:
+            print(" -- maxfd =", subprocess.MAXFD)
+
         for x in range(5):
             fds = os.pipe()
             self.addCleanup(os.close, fds[0])