diff --git a/testsuite b/testsuite
index 908d182ca8e0ab30d511322dc4c0843780535cf7..31f751952b2b8a7622e4855cf3212e882bd817ec 100755
--- a/testsuite
+++ b/testsuite
@@ -52,6 +52,7 @@ section() {
 
 cleanup () {
     section "cleaning up"
+    find "$d" -ls
     tail "$d/"*.err
     /usr/sbin/nginx -c "$d/nginx.conf" -p "$d" -s stop 2> "$d/nginx-stop.err" || true
     kill %2 || true