From 640a26524a731ba270dc9e2dd34c319075b7e3b5 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Thu, 28 Apr 2022 19:50:06 +0800 Subject: [PATCH] [test: add test case for check network by taos] --- tests/system-test/fulltest.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 94ac666272..d7c493e870 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -3,6 +3,8 @@ set -e set -x python3 ./test.py -f 0-others/taosShell.py +python3 ./test.py -f 0-others/taosShellError.py +python3 ./test.py -f 0-others/taosShellNetChk.py #python3 ./test.py -f 2-query/between.py