mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-02 19:59:28 -05:00
- Fix to update common.sh for speed of kill_pid.
This commit is contained in:
parent
4074a5b2ba
commit
eb390dd038
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
- Fix nettle compile for warnings and ticket keys.
|
||||
- Fix redis_replica test for unused option defaults and log printout.
|
||||
- Fix test to speed up common.sh script kill_pid.
|
||||
- Fix to update common.sh for speed of kill_pid.
|
||||
|
||||
4 April 2025: Yorgos
|
||||
- Merge #1019: Redis read-only replica support.
|
||||
|
|
|
|||
3
testdata/common.sh
vendored
3
testdata/common.sh
vendored
|
|
@ -1,7 +1,8 @@
|
|||
# common.sh - an include file for commonly used functions for test code.
|
||||
# BSD licensed (see LICENSE file).
|
||||
#
|
||||
# Version 6
|
||||
# Version 7
|
||||
# 2025-04-04: speed up kill_pid.
|
||||
# 2023-12-06: list wait_for_soa_serial in overview
|
||||
# 2023-12-06: get_ldns_notify, skip_test and teststep, and previous changes
|
||||
# also included are wait_logfile, cpu_count, process_cpu_list, and
|
||||
|
|
|
|||
Loading…
Reference in a new issue