diff options
author | Wolfgang Schweer <wschweer@arcor.de> | 2016-11-21 17:39:06 +0100 |
---|---|---|
committer | Wolfgang Schweer <wschweer@arcor.de> | 2016-11-21 17:39:06 +0100 |
commit | ae5092d30ec14cdbc03f9d1fe851fc281017efa8 (patch) | |
tree | 4d787c287012b692046e570666a7abfb1d4e3c27 /debian/tests | |
parent | d21be903c399bc34a008acecb6aabe422427625c (diff) | |
download | sitesummary-ae5092d30ec14cdbc03f9d1fe851fc281017efa8.tar.gz sitesummary-ae5092d30ec14cdbc03f9d1fe851fc281017efa8.tar.bz2 sitesummary-ae5092d30ec14cdbc03f9d1fe851fc281017efa8.tar.xz |
Add libcgi-pm-perl to sitesummary Depends. (Previously this was
shipped with perl-modules, but now it's a separate package.)
Thanks to Antonio Terceiro.
Add apache2 restart command to tests/test-server-client as this is
needed after sitesummary.triggers has enabled the cgi module.
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/test-server-client | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/tests/test-server-client b/debian/tests/test-server-client index 16f9fa7..d796d43 100644 --- a/debian/tests/test-server-client +++ b/debian/tests/test-server-client @@ -17,6 +17,8 @@ export LC_ALL # Installing the binaries should set up apache on localhost and the cgi script # for the sitesummary collector. +systemctl restart apache2 + sitesummary-client find /var/lib/sitesummary |