Update auto-check config and stress modules
This commit is contained in:
@@ -81,7 +81,7 @@ func isNoiseLine(line string) bool {
|
||||
return true
|
||||
}
|
||||
}
|
||||
// 某些横幅是 "Could: command not found" 这类由前面噪声行残生,
|
||||
// 某些横幅是 "Could: command not found" 这类由前面噪声行产生,
|
||||
// 形如 "xxx: command not found" 且前半段是噪声关键词的也过滤
|
||||
if strings.Contains(s, ": command not found") {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user