From ec56ed3d7077d036df80cfb6bb7436fe1dfa6458 Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Tue, 10 Mar 2020 17:04:16 -0700 Subject: [PATCH] Makefile: fixed layering test --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37f675126..0b975c989 100644 --- a/Makefile +++ b/Makefile @@ -189,8 +189,10 @@ ifneq ($(uname),Windows) -e github.com/kopia/kopia/internal/repotesting \ -e github.com/kopia/kopia/internal/testlogging \ -e github.com/kopia/kopia/internal/hmac \ + -e github.com/kopia/kopia/internal/faketime \ + -e github.com/kopia/kopia/internal/testutil \ -e github.com/kopia/kopia/internal/ctxutil \ - -e github.com/kopia/kopia/issues && exit 0 || echo repo/ layering ok + -e github.com/kopia/kopia/issues && exit 1 || echo repo/ layering ok endif godoc: