homework-jianmu/tests/system-test/fulltest.sh

8 lines
179 B
Bash
Executable File

#!/bin/bash
set -e
#python3 ./test.py -f 2-query/between.py
python3 ./test.py -f 2-query/distinct.py
python3 ./test.py -f 2-query/varchar.py
python3 ./test.py -f 2-query/cast.py