commit 172e287a8b069af689d6efc6866d6a9c8c84f677 parent 6e3bef787b9990ab5eb4f976e7e49ab4b668a3cb Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 12 Jan 2025 10:38:26 +0100 -debug attempt Diffstat:
| M | src/auditor/test-auditor.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh @@ -90,6 +90,8 @@ function exit_cleanup() kill "$n" 2> /dev/null || true done wait || true +# To debug buildbot failure... + cat auditor-httpd.err >> test-suite.log echo "DONE" }