Changeset 32e62a3 in mod_gnutls for test/tests/28_HTTP2_support
- Timestamp:
- Nov 10, 2020, 3:20:35 PM (2 years ago)
- Branches:
- asyncio, master
- Children:
- 7eb4233
- Parents:
- 902b064
- git-author:
- Fiona Klute <fiona.klute@…> (11/06/20 10:47:47)
- git-committer:
- Fiona Klute <fiona.klute@…> (11/10/20 15:20:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/28_HTTP2_support/hooks.py
r902b064 r32e62a3 10 10 curl = os.environ['HTTP_CLI'] 11 11 if curl == 'no': 12 raise SkipTest( f'curl not found!')12 raise SkipTest('curl not found!') 13 13 proc = subprocess.run([curl, '-V'], stdout=subprocess.PIPE, 14 14 check=True, text=True)
Note: See TracChangeset
for help on using the changeset viewer.