aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-02-27 20:14:43 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-02-27 20:14:43 -0600
commitb5a6debdafe0e842273b3eba0f202794d4cad817 (patch)
tree8af38011797d2c4a2b1d8836649a164a276e8237
parentfc2d271f307acb588a155c9289d370800b2cb38b (diff)
parent23b09842136c83e22e712f5c6f46f104143b10a7 (diff)
downloadcryptography-b5a6debdafe0e842273b3eba0f202794d4cad817.tar.gz
cryptography-b5a6debdafe0e842273b3eba0f202794d4cad817.tar.bz2
cryptography-b5a6debdafe0e842273b3eba0f202794d4cad817.zip
Merge pull request #2742 from alex/stderr
Send stderr someplace
-rw-r--r--tests/hazmat/backends/test_openssl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index 0b55a485..f94b94ab 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -268,7 +268,8 @@ class TestOpenSSLRandomEngine(object):
subprocess.check_call(
[sys.executable, "-c", engine_printer],
env=env,
- stdout=out
+ stdout=out,
+ stderr=subprocess.PIPE,
)
osrandom_engine_name = backend._ffi.string(