Skip to content

Commit

Permalink
Fix Makefile build of test binaries (knative#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Nov 16, 2021
1 parent b7b510e commit f76e3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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=

Expand Down

0 comments on commit f76e3f7

Please sign in to comment.