fulltest.sh 345 字节
Newer Older
1 2 3
#!/bin/bash
set -e

4
python3 ./test.py -f 0-others/taosShell.py
5 6


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

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

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