diff --git a/ChangeLog b/ChangeLog index cb1b7c435d..2f6788a705 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2255. [bug] razvan + The environment is now inherited by kea-lfc when started by + the kea dhcp server. + (Gitlab #3450) + 2254. [func] tmark Added two API commands to Perfmon hook library: "perfmon-control" which can be used to enable diff --git a/src/lib/dhcpsrv/tests/Makefile.am b/src/lib/dhcpsrv/tests/Makefile.am index eb2cd2630f..ac92958441 100644 --- a/src/lib/dhcpsrv/tests/Makefile.am +++ b/src/lib/dhcpsrv/tests/Makefile.am @@ -15,6 +15,9 @@ endif CLEANFILES = *.gcno *.gcda DISTCLEANFILES = test_libraries.h +DISTCLEANFILES += test_kea_lfc_env.sh + +noinst_SCRIPTS = test_kea_lfc_env.sh TESTS_ENVIRONMENT = $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)