From cbc2407b937322ac146efbe76a6c4cbe1e112343 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 11 Feb 2022 10:08:04 -0500 Subject: [PATCH] rm use of goreleaser in cli tests Signed-off-by: Alex Goodman --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7d4798b7e1f..b4fe7bba1e8 100644 --- a/Makefile +++ b/Makefile @@ -190,8 +190,7 @@ cli-fingerprint: .PHONY: cli cli: $(SNAPSHOTDIR) ## Run CLI tests - chmod 755 "$(SNAPSHOT_CMD)" - $(SNAPSHOT_CMD) version + chmod 755 "$(SNAPSHOT_BIN)" GRYPE_BINARY_LOCATION='$(SNAPSHOT_BIN)' \ go test -count=1 -v ./test/cli