From 232eacec9078528502d57b933a8e55d38beaa711 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 13 Mar 2021 22:56:31 +0800 Subject: [PATCH] [TD-3197] : fix coverity scan issues. add taosdemo test case. --- tests/pytest/pytest_3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/pytest_3.sh b/tests/pytest/pytest_3.sh index b1e2539fa9..a40cbb0d55 100755 --- a/tests/pytest/pytest_3.sh +++ b/tests/pytest/pytest_3.sh @@ -79,6 +79,7 @@ python3 test.py -f query/queryFillTest.py # tools python3 test.py -f tools/taosdemoTest.py +python3 test.py -f tools/taosdemoTestWithoutMetric.py python3 test.py -f tools/taosdumpTest.py python3 test.py -f tools/lowaTest.py #python3 test.py -f tools/taosdemoTest2.py