fulltest.sh 352 字节
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


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

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

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