fulltest.sh 856 字节
Newer Older
1 2
#!/bin/bash
set -e
T
tangfangzhi 已提交
3
set -x
4

5
python3 ./test.py -f 0-others/taosShell.py
6 7
python3 ./test.py -f 0-others/taosShellError.py
python3 ./test.py -f 0-others/taosShellNetChk.py
8 9


H
Hui Li 已提交
10
#python3 ./test.py -f 2-query/between.py
C
cpwu 已提交
11
python3 ./test.py -f 2-query/distinct.py
T
tangfangzhi 已提交
12
python3 ./test.py -f 2-query/varchar.py
J
jiacy-jcy 已提交
13

S
Shengliang Guan 已提交
14
#python3 ./test.py -f 2-query/timezone.py
J
Jason-Jia 已提交
15 16
python3 ./test.py -f 2-query/Now.py
python3 ./test.py -f 2-query/Today.py
J
jiacy-jcy 已提交
17

S
shenglian zhou 已提交
18
#python3 ./test.py -f 2-query/cast.py
J
jiacy-jcy 已提交
19

W
wenzhouwww@live.cn 已提交
20 21 22

python3 ./test.py -f 2-query/abs.py
python3 ./test.py -f 2-query/ceil.py
W
wenzhouwww@live.cn 已提交
23 24
python3 ./test.py -f 2-query/floor.py
python3 ./test.py -f 2-query/round.py
W
wenzhouwww@live.cn 已提交
25 26
python3 ./test.py -f 2-query/log.py
python3 ./test.py -f 2-query/pow.py
W
wenzhouwww@live.cn 已提交
27
python3 ./test.py -f 2-query/sin.py
W
wenzhouwww@live.cn 已提交
28
python3 ./test.py -f 2-query/cos.py
29
python3 ./test.py -f 2-query/tan.py
30 31
python3 ./test.py -f 2-query/arcsin.py
python3 ./test.py -f 2-query/arccos.py