- Timestamp:
- Mar 31, 2015, 10:55:05 AM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- a213967
- Parents:
- 54aa269
- git-author:
- Thomas Klute <thomas2.klute@…> (03/31/15 09:02:56)
- git-committer:
- Thomas Klute <thomas2.klute@…> (03/31/15 10:55:05)
- Location:
- test
- Files:
-
- 12 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r54aa269 red82a6a 20 20 test-17_cgi_vars_large_cert.bash \ 21 21 test-18_client_verification_wrong_cert.bash \ 22 test-19_TLS_reverse_proxy.bash 22 test-19_TLS_reverse_proxy.bash \ 23 test-20_TLS_reverse_proxy_client_auth.bash \ 24 test-21_TLS_reverse_proxy_wrong_cert.bash 23 25 24 26 clean-local: -
test/proxy_backend.bash
r54aa269 red82a6a 13 13 fi 14 14 if [ -z "${BACKEND_LOCK}" ] && [ -n "${testdir}" ]; then 15 BACKEND_LOCK="$(realpath ${testdir}/ backend.lock)"15 BACKEND_LOCK="$(realpath ${testdir}/../../backend.lock)" 16 16 fi 17 17
Note: See TracChangeset
for help on using the changeset viewer.