aboutsummaryrefslogtreecommitdiffstats
path: root/debian/tests/test-server-client
blob: 4f44cf5ae4c36ceaa8a99a0e1a5662933b5bf61c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh
#
# More on tests available from
# http://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/tree/doc/README.package-tests.rst
set -e

at_exit() {
    echo "info: terminating script"
}

trap at_exit INT TERM EXIT

chroot_test() {
}

# Use predictable language setting.
LC_ALL=C
export LC_ALL

# Installing the binaries should set up apache on localhost and the cgi script
# for the sitesummary collector.

sitesummary-client

find /var/lib/sitesummary