Skip to content
Snippets Groups Projects
Commit 07aa0030 authored by dkg's avatar dkg
Browse files

display what goes wrong with the daemons at the end of the test suite

parent 6a377825
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment