From 2df2e1a84dc352160c38fa52a7ac38b2652b6ca5 Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Sun, 15 May 2022 13:50:13 +0800 Subject: [PATCH] test: add udfTest.py to fulltest.sh --- tests/system-test/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index c80206abbc..2b813f83ca 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -7,6 +7,7 @@ python3 ./test.py -f 0-others/taosShellError.py python3 ./test.py -f 0-others/taosShellNetChk.py python3 ./test.py -f 0-others/telemetry.py python3 ./test.py -f 0-others/taosdMonitor.py +python3 ./test.py -f 0-others/udfTest.py python3 ./test.py -f 0-others/user_control.py