mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-09-26 19:31:18 +08:00
fix: disktest去除无效的条件筛选
This commit is contained in:
@@ -26,7 +26,7 @@ func DiskTest(language, testMethod, testPath string, isMultiCheck bool, autoChan
|
||||
realTestMethod = "dd"
|
||||
}
|
||||
default:
|
||||
if runtime.GOOS == "windows" && testMethod != "winsat" && testMethod != "" {
|
||||
if runtime.GOOS == "windows" {
|
||||
realTestMethod = "winsat"
|
||||
res = disk.WinsatTest(language, isMultiCheck, testPath)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user