Changeset 1872744 in mod_gnutls for test/runtests
- Timestamp:
- Oct 11, 2017, 12:35:37 PM (3 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- acea635
- Parents:
- b28158c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/runtests
rb28158c r1872744 7 7 set -e 8 8 . ${srcdir}/common.bash 9 . ${srcdir}/ proxy_backend.bash9 . ${srcdir}/apache_service.bash 10 10 netns_reexec ${@} 11 11 … … 109 109 110 110 if [ -r "${testdir}/backend.conf" ]; then 111 backend_apache "${testdir}" "backend.conf" stop || true111 apache_service "${testdir}" "backend.conf" stop || true 112 112 fi 113 113 … … 180 180 echo "${testdir}/backend.conf" 181 181 if [ -r "${testdir}/backend.conf" ]; then 182 backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}"182 apache_service "${testdir}" "backend.conf" start "${BACKEND_LOCK}" 183 183 fi 184 184 … … 247 247 248 248 if [ -r "${testdir}/backend.conf" ]; then 249 backend_apache "${testdir}" "backend.conf" stop || true249 apache_service "${testdir}" "backend.conf" stop || true 250 250 fi 251 251
Note: See TracChangeset
for help on using the changeset viewer.