From: Thomas Markwalder Date: Mon, 4 Apr 2016 19:34:19 +0000 (-0400) Subject: [4243] Distcheck failure correction X-Git-Tag: trac4106_update_base~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71852dc1fbfc61a87a88e77aa1b1fc5a621f4a5;p=thirdparty%2Fkea.git [4243] Distcheck failure correction Distcheck sporadically fails to clean up test_leases.csv.2 can be left behind by dhcp4 and dhcp6 testing. src/bin/dhcp4/tests/Makefile.am src/bin/dhcp6/tests/Makefile.am - Added test_leases.csv.* to CLEANFILES --- diff --git a/src/bin/dhcp4/tests/Makefile.am b/src/bin/dhcp4/tests/Makefile.am index df7ac93a2b..a0856b21fd 100644 --- a/src/bin/dhcp4/tests/Makefile.am +++ b/src/bin/dhcp4/tests/Makefile.am @@ -26,6 +26,7 @@ AM_CPPFLAGS += -DINSTALL_PROG=\"$(abs_top_srcdir)/install-sh\" CLEANFILES = $(builddir)/interfaces.txt $(builddir)/logger_lockfile CLEANFILES += $(builddir)/load_marker.txt $(builddir)/unload_marker.txt +CLEANFILES += $(builddir)/test_leases.csv.* CLEANFILES += *.json *.log DISTCLEANFILES = dhcp4_process_tests.sh diff --git a/src/bin/dhcp6/tests/Makefile.am b/src/bin/dhcp6/tests/Makefile.am index 58a518dbf3..87dc69dd88 100644 --- a/src/bin/dhcp6/tests/Makefile.am +++ b/src/bin/dhcp6/tests/Makefile.am @@ -27,6 +27,7 @@ AM_CPPFLAGS += -DINSTALL_PROG=\"$(abs_top_srcdir)/install-sh\" CLEANFILES = $(builddir)/logger_lockfile CLEANFILES += $(builddir)/load_marker.txt $(builddir)/unload_marker.txt +CLEANFILES += $(builddir)/test_leases.csv.* CLEANFILES += *.json *.log DISTCLEANFILES = dhcp6_process_tests.sh