From 07aa003018fa2d632fb7d588d02ecbc20f0407c3 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Date: Thu, 30 Aug 2018 09:24:25 -0400 Subject: [PATCH] display what goes wrong with the daemons at the end of the test suite --- testsuite | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite b/testsuite index 46df506..321b63e 100755 --- a/testsuite +++ b/testsuite @@ -52,6 +52,7 @@ section() { cleanup () { section "cleaning up" + tail "$d/"*.err /usr/sbin/nginx -c "$d/nginx.conf" -p "$d" -s stop 2> "$d/nginx-stop.err" || true kill %2 || true kill %1 || true -- GitLab