- Easier kill of unbound-dnstap-socket tool in test.

This commit is contained in:
W.C.A. Wijngaards 2020-09-30 11:38:11 +02:00
parent bbba236a36
commit a453ab629c
3 changed files with 4 additions and 1 deletions

View file

@ -1209,9 +1209,9 @@ setup_and_run(struct config_strlist_head* local_list,
if(verbosity) log_info("start of service");
ub_event_base_dispatch(base);
sig_base = NULL;
if(verbosity) log_info("end of service");
sig_base = NULL;
tap_socket_list_delete(maindata->acceptlist);
ub_event_base_free(base);
free(maindata);

View file

@ -3,6 +3,7 @@
- Add dohclient test executable to gitignore.
- Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for
alloc check debug output.
- Easier kill of unbound-dnstap-socket tool in test.
29 September 2020: Ralph
- DNS Flag Day 2020: change edns-buffer-size default to 1232.

View file

@ -13,4 +13,6 @@ kill_pid $FWD_PID
kill $UNBOUND_PID
kill $UNBOUND_PID >/dev/null 2>&1
cat unbound.log
cat tap.log
cat tap.errlog
exit 0