asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change
on this file since 725e9af was
725e9af,
checked in by Thomas Klute <thomas2.klute@…>, 7 years ago
|
Proxy tests: Fix typo in directory path in exit hook
|
-
Property mode set to
100755
|
File size:
419 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | set -e |
---|
4 | : ${srcdir:="."} |
---|
5 | . ${srcdir}/common.bash |
---|
6 | netns_reexec ${@} |
---|
7 | |
---|
8 | testdir="${srcdir}/tests/19_TLS_reverse_proxy" |
---|
9 | . $(dirname ${0})/proxy_backend.bash |
---|
10 | |
---|
11 | function stop_backend |
---|
12 | { |
---|
13 | backend_apache "${testdir}" "backend.conf" stop |
---|
14 | } |
---|
15 | backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}" |
---|
16 | trap stop_backend EXIT |
---|
17 | |
---|
18 | ${srcdir}/runtests t-19 |
---|
19 | |
---|
20 | backend_apache "${testdir}" "backend.conf" stop |
---|
21 | trap - EXIT |
---|
Note: See
TracBrowser
for help on using the repository browser.