From c595f75074706a7df09d03d0e40e4930570e42f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20Dequ=C3=A8nes=20=28Duck=29?= <Duck@DuckCorp.org>
Date: Fri, 6 Sep 2019 04:08:45 +0900
Subject: [PATCH] debug

---
 debian/tests/smoke-test-nginx | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/tests/smoke-test-nginx b/debian/tests/smoke-test-nginx
index 1542530c..9d8386a2 100755
--- a/debian/tests/smoke-test-nginx
+++ b/debian/tests/smoke-test-nginx
@@ -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"'
-- 
GitLab