From 304dcd0f2d48d192e6d73f735e626aec51e32051 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Date: Thu, 30 Aug 2018 10:08:52 -0400 Subject: [PATCH] be more verbose during testsuite termination --- testsuite | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite b/testsuite index 908d182..31f7519 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 -- GitLab