From cc4332d5ac5268885a8e529e787393ed13d35538 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Sun, 17 Jul 2022 11:29:20 +0800 Subject: [PATCH] test:update the error threshold. --- tests/script/tsim/valgrind/checkError1.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/tsim/valgrind/checkError1.sim b/tests/script/tsim/valgrind/checkError1.sim index 2b60d7a890..a13cb3a1ca 100644 --- a/tests/script/tsim/valgrind/checkError1.sim +++ b/tests/script/tsim/valgrind/checkError1.sim @@ -152,7 +152,7 @@ endi system_content sh/checkValgrind.sh -n dnode2 print cmd return result ----> [ $system_content ] -if $system_content > 2 then +if $system_content > 6 then return -1 endi -- GitLab