mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 11:23:35 +08:00
clean up test files
This commit is contained in:
@@ -178,7 +178,7 @@ func readFromFile(file *os.File, data []byte, ecFileOffset int64) (err error) {
|
||||
|
||||
func removeGeneratedFiles(baseFileName string) {
|
||||
for i := 0; i < DataShardsCount+ParityShardsCount; i++ {
|
||||
fname := fmt.Sprintf("%s.ec%02d", baseFileName, i+1)
|
||||
fname := fmt.Sprintf("%s.ec%02d", baseFileName, i)
|
||||
os.Remove(fname)
|
||||
}
|
||||
os.Remove(baseFileName + ".ecx")
|
||||
|
Reference in New Issue
Block a user