diff --git a/tests/script/sh/checkAsan.sh b/tests/script/sh/checkAsan.sh index 81498be9fc..ac4d3b0096 100755 --- a/tests/script/sh/checkAsan.sh +++ b/tests/script/sh/checkAsan.sh @@ -49,7 +49,7 @@ fi indirect_leak=$(cat ${LOG_DIR}/*.asan | grep "Indirect leak" | wc -l) python_error=$(cat ${LOG_DIR}/*.info | grep -w "stack" | wc -l) -python_taos_error=$(cat ${LOG_DIR}/*.info | grep -w "TDinternal" | wc -l) +python_taos_error=$(cat ${LOG_DIR}/*.info |grep "#" | grep -w "TDinternal" | wc -l) # ignore