Changeset 7e10018 in mod_gnutls
- Timestamp:
- Jan 9, 2020, 9:49:58 AM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 60ed7d1
- Parents:
- 573b810
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/runtest.py
r573b810 r7e10018 129 129 bg_services = [backend, ocsp, msva] 130 130 131 # TODO: check extra requirements (e.g. specific modules) 131 # If VERBOSE is enabled, log the HTTPD build configuration 132 if 'VERBOSE' in os.environ: 133 apache2 = os.environ.get('APACHE2', 'apache2') 134 subprocess.run([apache2, '-f', f'{srcdir}/base_apache.conf', '-V'], 135 check=True) 132 136 133 137 # This hook may modify the environment as needed for the test. … … 138 142 print(f'Skipping: {skip!s}') 139 143 sys.exit(77) 140 141 # If VERBOSE is enabled, log the HTTPD build configuration142 if 'VERBOSE' in os.environ:143 apache2 = os.environ.get('APACHE2', 'apache2')144 subprocess.run([apache2, '-f', f'{srcdir}/base_apache.conf', '-V'],145 check=True)146 144 147 145 if 'USE_MSVA' in os.environ:
Note: See TracChangeset
for help on using the changeset viewer.