From 9e44498aae2fb920acbf119d8c43d6295269e9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Thu, 9 Jul 2020 20:15:09 +0200 Subject: [PATCH] Prevent exploring tests under the tmt directory --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52126a33..7c6178a8 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ endif all: docs packages .PHONY: docs hooks -# Temporary directory +# Temporary directory, include .fmf to prevent exploring tests there tmp: - mkdir $(TMP) + mkdir -p $(TMP)/.fmf # Run the test suite, optionally with coverage test: tmp