We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95809fe commit 8d65ae7Copy full SHA for 8d65ae7
1 file changed
src/full_check/main.go
@@ -128,6 +128,11 @@ func main() {
128
common.Logger.Infof("filter list enabled: %v", filterList)
129
}
130
131
+ // remove result file if has
132
+ if len(conf.Opts.ResultFile) > 0 {
133
+ os.Remove(conf.Opts.ResultFile)
134
+ }
135
+
136
fullCheckParameter := checker.FullCheckParameter{
137
SourceHost: client.RedisHost{
138
Addr: sourceAddressList,
0 commit comments