From 1c17d7db6e5aa176a593683c523b48fef181edc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Tue, 4 Dec 2018 10:00:08 +0100 Subject: [PATCH] Silence 'mkdir' from e2e-tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6da7e084..ff35a593d 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ unit-tests: .PHONY: e2e-tests e2e-tests: cassandra es crd build docker push - mkdir -p deploy/test + @mkdir -p deploy/test @echo Running end-to-end tests... @cp deploy/role_binding.yaml deploy/test/namespace-manifests.yaml