Changeset 22a737b in mod_gnutls for test/README.md
- Timestamp:
- Jun 25, 2020, 4:01:21 AM (8 months ago)
- Branches:
- asyncio, master
- Children:
- 2b3a2814
- Parents:
- ed493e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/README.md
red493e6 r22a737b 30 30 directories in `tests/`. 31 31 32 The default configuration assumes that a loopback device with IPv4 and 33 IPv6 support is available (`TEST_IP="[::1] 127.0.0.1"`) and that 34 `TEST_HOST="localhost"` resolves to both of these addresses. If this 35 does not apply to your system (e.g. most Docker containers), you can 36 pass different values to `./configure`, e.g. to use IPv4 only: 32 The default configuration assumes that a loopback device is available, 33 and that `TEST_HOST="localhost"` resolves to the IPv6 and IPv4 34 loopback addresses. `./configure` checks if `[::1]` and `127.0.0.1` 35 are available, if one isn't it will be disabled. You can override the 36 defaults by passing different values to `./configure`, e.g. to 37 unconditionally use IPv4 only: 37 38 38 39 ```bash 39 40 $ TEST_HOST="localhost" TEST_IP="127.0.0.1" ./configure 40 41 ``` 42 43 Note that having less than two addresses in `TEST_IP` will lead to 44 some tests being skipped. 41 45 42 46 If tests fail due to expired certificates or PGP signatures, run
Note: See TracChangeset
for help on using the changeset viewer.