Browse Source

[3405] Clean log files after test of signal handling.

Marcin Siodelski 11 years ago
parent
commit
47339e2b2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp4/tests/Makefile.am

+ 1 - 1
src/bin/dhcp4/tests/Makefile.am

@@ -48,7 +48,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 += *.json
+CLEANFILES += *.json *.log
 
 AM_CXXFLAGS = $(B10_CXXFLAGS)
 if USE_CLANGPP