fix(os): add other two win32 udf case

This commit is contained in:
afwerar 2022-06-05 21:16:56 +08:00
parent 85e0eee1b2
commit b1a332b5c2
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
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 0-others\udfTest.py
python3 .\test.py -f 0-others\udfTest.py
python3 .\test.py -f 0-others\udf_create.py
python3 .\test.py -f 0-others\udf_restart_taosd.py