Tests: redirect tests output to the stdout.
This commit is contained in:
@@ -47,7 +47,8 @@ class TestApplicationTLS(TestApplicationProto):
|
||||
'-config', self.testdir + '/openssl.conf',
|
||||
'-out', self.testdir + '/' + name + '.crt',
|
||||
'-keyout', self.testdir + '/' + name + '.key',
|
||||
]
|
||||
],
|
||||
stderr=subprocess.STDOUT,
|
||||
)
|
||||
|
||||
if load:
|
||||
|
||||
Reference in New Issue
Block a user