From d5cb09f5a137cb75605e85660303dc9bc6275a65 Mon Sep 17 00:00:00 2001 From: srijitamukherjee Date: Tue, 17 Sep 2019 19:47:13 +0530 Subject: [PATCH] Remove make tests from makefile --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 47dc341e4c..4cb3379e64 100644 --- a/Makefile +++ b/Makefile @@ -55,14 +55,6 @@ docker: ## Prints docker version and info @docker info @echo -test: ## Runs tests inside container build environment -test: COMPOSE_FILE = $(COMPOSE_TEST_FILE) -test: $(DOCKER_COMPOSE) info - @echo - @echo "======= Tests =======" - @echo - $(MAKE) test-run tmp-export --keep-going - test-run: ## Runs test inside container test-run: COMPOSE_FILE = $(COMPOSE_TEST_FILE) test-run: $(DOCKER_COMPOSE) clean-tmp cache