Merge pull request #14639 from taosdata/fix/valgrind

test: adjust valgrind error num
This commit is contained in:
Shengliang Guan 2022-07-07 13:19:12 +08:00 committed by GitHub
commit cdbafa20be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ print ----> start to check if there are ERRORS in vagrind log file for each dnod
system_content sh/checkValgrind.sh -n dnode1
print cmd return result ----> [ $system_content ]
if $system_content <= 6 then
if $system_content <= 0 then
return 0
endi