fix(Makefile): remove deprecated test-update step

This commit is contained in:
Markus Pesch 2020-01-10 22:09:24 +01:00
parent 2cd2188dcb
commit f1a4ade402
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 2 additions and 9 deletions

View File

@ -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