summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-07-15 08:45:29 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-07-15 08:45:29 +0200
commit02444fc8cd993948473d13f528c7ccfc0ddeb78d (patch)
tree12095327a85097cb75aba2ee5d8d2daaf3280079 /debian
parentae7730261ee88ed6264238432f58c8b24d2d4713 (diff)
debian/tests/general: more debugging code
Diffstat (limited to 'debian')
-rw-r--r--debian/tests/general5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/tests/general b/debian/tests/general
index e0ef534..82394ac 100644
--- a/debian/tests/general
+++ b/debian/tests/general
@@ -12,4 +12,9 @@ cp /usr/share/doc/searx/examples/settings.yml /etc/searx/settings.yml
sed -i -e "s/ultrasecretkey/$(openssl rand -hex 16)/g" /etc/searx/settings.yml
systemctl restart nginx
systemctl restart uwsgi
+sleep 5
+systemctl status nginx
+systemctl status uwsgi
+cat /var/log/uwsgi/app/searx.log
+curl localhost
curl localhost | grep 'input type="search" name="q"'