From cf08b938e7fd83cb6567a712560fa95a049f875a Mon Sep 17 00:00:00 2001 From: laureanray Date: Thu, 13 Jul 2023 23:17:08 +0800 Subject: [PATCH] add log --- test/integration_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration_test.go b/test/integration_test.go index c053cbb..08618f7 100644 --- a/test/integration_test.go +++ b/test/integration_test.go @@ -37,6 +37,8 @@ func TestMain(m *testing.M) { binaryPath = filepath.Join(dir, binaryName) + fmt.Println("binary path", binaryPath) + os.Exit(m.Run()) }