Skip to content

Commit

Permalink
Prevent exploring tests under the tmt directory
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Jul 9, 2020
1 parent 028f668 commit 9e44498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 9e44498

Please sign in to comment.