Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
Signed-off-by: haojinming <jinming.hao@pingcap.com>
  • Loading branch information
haojinming committed Sep 20, 2022
1 parent c9e1158 commit d132c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion br/tests/rawkv/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ func (t *RawKVBRTester) ExecBRCmd(ctx context.Context, cmdStr string) ([]byte, e
}
defer covFile.Close()
cmdParameter := []string{fmt.Sprintf("-test.coverprofile=%s", covFile.Name())}
//cmdParameter := []string{}
cmdParameter = append(cmdParameter, strings.Split(cmdStr, " ")...)
cmd := exec.CommandContext(ctx, t.br, cmdParameter...)
return cmd.Output()
Expand Down

0 comments on commit d132c49

Please sign in to comment.