Skip to content
Snippets Groups Projects

WIP: More tests

Closed Marc Dequènes requested to merge more_tests into master
@@ -18,4 +18,10 @@ sh /usr/share/doc/redmine/examples/run-redmine-fcgi &
service nginx restart
# debug
systemctl status nginx.service
tail /var/log/nginx/error.log
ps -fe | grep cgi
curl -v http://localhost${uri}
curl -s http://localhost${uri} | grep 'meta.*name="description".*content="Redmine"'
Loading