mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 11:44:11 +00:00
make stdout/stderr available
This commit is contained in:
parent
504b2f5b1f
commit
8fa1b6bb1e
@ -207,7 +207,7 @@ class UnicodeOutputTests(SyncTestCase):
|
|||||||
script.path,
|
script.path,
|
||||||
str(ord(stdout_char)),
|
str(ord(stdout_char)),
|
||||||
str(ord(stderr_char)),
|
str(ord(stderr_char)),
|
||||||
])
|
], stdout=PIPE, stderr=PIPE)
|
||||||
stdout = p.stdout.read()
|
stdout = p.stdout.read()
|
||||||
stderr = p.stderr.read()
|
stderr = p.stderr.read()
|
||||||
returncode = p.wait()
|
returncode = p.wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user