From 77700ca875fa8ba83c764db75efb46aa9c67c2ed Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Wed, 9 Jan 2019 02:12:14 +0100 Subject: [PATCH] feat(integration): build integration test with ldflags Signed-off-by: Lorenzo Fontana --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d7938be..b5f2daaa 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ test: .PHONY: integration integration: - TEST_KUBECTLTRACE_BINARY=$(shell pwd)/$(kubectl_trace) $(GO) test -v ./integration/... + TEST_KUBECTLTRACE_BINARY=$(shell pwd)/$(kubectl_trace) $(GO) test ${LDFLAGS} -v ./integration/... .PHONY: bpftraceimage/build bpftraceimage/build: