From b24bfeb9554fda94219117d1ecad85345bd3716f Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Tue, 18 Jun 2024 19:42:20 +0200 Subject: [PATCH] Update integration/makefile.mk Co-authored-by: Benjamin Wang --- integration/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/makefile.mk b/integration/makefile.mk index 28e9e0d..6998e84 100644 --- a/integration/makefile.mk +++ b/integration/makefile.mk @@ -43,8 +43,8 @@ clean-integration-test-sleep: # helper: build/remove gofail binaries .PHONY: build-gofail build-gofail: - $(MAKE) gofail + GO_BUILD_FLAGS="-v" ./build.sh .PHONY: clean-gofail clean-gofail: - $(MAKE) clean + rm -f gofail