Changeset 7aeabcb in mod_gnutls
- Timestamp:
- Feb 11, 2016, 12:20:12 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- 8ac7c0d
- Parents:
- 06f8005
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r06f8005 r7aeabcb 83 83 # target. Certificates can be rebuilt without generating new key 84 84 # pairs, and regenerating them makes it possible to change identities 85 # (e.g. host names) without wasting entropyon new keys (which would85 # (e.g. host names) without wasting time on new keys (which would 86 86 # happen after "clean"). 87 87 MOSTLYCLEANFILES += */x509.pem $(generated_templates) *.uid -
test/README
r06f8005 r7aeabcb 32 32 33 33 TEST_HOST="localhost" TEST_IP="127.0.0.1" ./configure 34 35 If tests fail due to expired certificates or PGP signatures, run 36 37 make mostlyclean 38 39 to delete them and create fresh ones on the next test run. You could 40 also use "make clean", but in that case the keys will be deleted as 41 well and have to be recreated, too, which takes more time. 34 42 35 43
Note: See TracChangeset
for help on using the changeset viewer.