source:
mod_gnutls/test/tests/15_basic_msva/hooks.py
@
5357109
Last change on this file since 5357109 was 5357109, checked in by , 22 months ago | |
---|---|
|
|
File size: 188 bytes |
Line | |
---|---|
1 | import os |
2 | from unittest import SkipTest |
3 | |
4 | |
5 | def prepare_env(): |
6 | if 'MSVA_PORT' not in os.environ: |
7 | raise SkipTest('Build without MSVA support.') |
8 | os.environ['USE_MSVA'] = 'yes' |
Note: See TracBrowser
for help on using the repository browser.