Changeset a9e0738 in mod_gnutls for test/tests/28_HTTP2_support
- Timestamp:
- Jan 16, 2020, 12:35:17 PM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 99196d9
- Parents:
- 0dc1a31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/28_HTTP2_support/hooks.py
r0dc1a31 ra9e0738 25 25 proc = subprocess.run(command, 26 26 stdout=subprocess.PIPE, stderr=subprocess.PIPE, 27 check=True,text=True)27 text=True) 28 28 print(proc.stderr) 29 29 print(proc.stderr, file=conn_log) 30 30 print(proc.stdout) 31 31 print(proc.stdout, file=response_log) 32 proc.check_returncode() 32 33 33 34 def post_check(conn_log, response_log):
Note: See TracChangeset
for help on using the changeset viewer.