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

H
Hui Li 已提交
4
#python3 ./test.py -f 2-query/between.py
C
cpwu 已提交
5
python3 ./test.py -f 2-query/distinct.py
T
tangfangzhi 已提交
6
python3 ./test.py -f 2-query/varchar.py
C
cpwu 已提交
7
python3 ./test.py -f 2-query/cast.py
J
Jason-Jia 已提交
8
python3 ./test.py -f 2-query/timezone.py
J
Jason-Jia 已提交
9 10
python3 ./test.py -f 2-query/Now.py
python3 ./test.py -f 2-query/Today.py