- Timestamp:
- Nov 25, 2015, 7:24:01 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 3ccceed
- Parents:
- 412ee84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/README
r412ee84 rdff57b4 25 25 test and don't want to wait for the full test suite to run. 26 26 27 The default configuration assumes that a n IPv6 loopback device is28 available (TEST_IP=[::1]) and that TEST_HOST="localhost" resolves to 29 the IPv6 loopback address [::1]. If this does not apply to your 30 system, you can pass different values to ./configure, e.g. to use IPv4 31 instead:27 The default configuration assumes that a loopback device with IPv4 and 28 IPv6 support is available (TEST_IP="[::1] 127.0.0.1") and that 29 TEST_HOST="localhost" resolves to at least one of these addresses. If 30 this does not apply to your system, you can pass different values to 31 ./configure, e.g. to use IPv4 only: 32 32 33 33 TEST_HOST="localhost" TEST_IP="127.0.0.1" ./configure … … 92 92 * they need a functioning loopback device. 93 93 94 * they expect (by default) t he TEST_IP to have port 993295 open. [TEST_PORT]94 * they expect (by default) to have port 9932 [TEST_PORT] available 95 and open for connections on the addresses listed in TEST_IP. 96 96 97 97 * if a machine is particularly slow or under heavy load, it's
Note: See TracChangeset
for help on using the changeset viewer.