From f1a4ade40201ab8e92b8b168918dd7b870cc2e5f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 10 Jan 2020 22:09:24 +0100 Subject: [PATCH] fix(Makefile): remove deprecated test-update step --- Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 33093a7..c7a517a 100644 --- a/Makefile +++ b/Makefile @@ -182,13 +182,10 @@ test/goldenfiles/bindata.go: # TEST # ============================================================================== -PHONY+=test test-update-all -test: ${EXECUTABLE} +PHONY+=test/unit +test/unit: clean bindata go test -v ./... -test-update-all: ${EXECUTABLE} - go test -v ./pkg/... -update all - # PACKAGES # ============================================================================== %.rpm: % @@ -258,10 +255,6 @@ PHONY+=container-run/test container-run/test: $(MAKE) container-run COMMAND=${@:container-run/%=%} -PHONY+=container-run/test-update-all -container-run/test-update-all: - $(MAKE) container-run COMMAND=${@:container-run/%=%} - # CONTAINER STEPS - OTHER STUF # ============================================================================== PHONY+=container-run/clean