diff --git a/executor_test.go b/executor_test.go index 1b3b5db7d..ac9427c89 100644 --- a/executor_test.go +++ b/executor_test.go @@ -7421,6 +7421,7 @@ func backupTest(t *testing.T, c *test.Cluster, index string) { } func chkSumCluster(t *testing.T, c *test.Cluster) string { + t.Helper() buf := &bytes.Buffer{} chkSumLog := logger.NewStandardLogger(buf) chkSum := ctl.NewChkSumCommand(chkSumLog)