From fc899dbbcb5e4137821d940497eb13b2fc31c172 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Tue, 16 Nov 2021 10:31:02 +0100 Subject: [PATCH] Fix Makefile build of test binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e6c212e8a..b90993ca09 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ CGO_ENABLED=0 GOOS=linux -TEST_IMAGES=$(shell find -L ./test/test_images ./vendor/knative.dev/serving/test/test_images/multicontainer -mindepth 1 -maxdepth 2 -type f -name "*.go" -exec dirname {} \;) +TEST_IMAGES=$(shell find -L ./test/test_images ./vendor/knative.dev/serving/test/test_images/grpc-ping ./vendor/knative.dev/serving/test/test_images/multicontainer -mindepth 1 -maxdepth 2 -type f -name "*.go" -exec dirname {} \;) TEST= DOCKER_REPO_OVERRIDE=