From 0e50ab822d8070ef1554d86fdc025479078f9812 Mon Sep 17 00:00:00 2001 From: Ed Kellett Date: Mon, 9 Nov 2020 21:17:00 +0000 Subject: [PATCH] tests: clean *.db, *.log Co-authored-by: Unit 193 --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 790ae69c..14f160c5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -48,3 +48,4 @@ check-local: $(check_PROGRAMS) \ clean-local: rm -rf runtime/modules + rm -rf *.db *.log