From 446a0689ef41e59fc7482ca62131fca5d355c80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 23 Nov 2018 14:57:03 +0100 Subject: Allow keeping the CT logs on distclean This is useful for CI scenarios. --- plugins/ct.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/ct.mk b/plugins/ct.mk index ef649e3..63f61fa 100644 --- a/plugins/ct.mk +++ b/plugins/ct.mk @@ -19,7 +19,9 @@ CT_LOGS_DIR ?= $(CURDIR)/logs tests:: ct +ifndef KEEP_LOGS distclean:: distclean-ct +endif help:: $(verbose) printf "%s\n" "" \ -- cgit v1.2.3