[test: add set -e for stop run when error]

This commit is contained in:
plum-lihui 2022-04-21 17:03:44 +08:00
parent 51b9957eaf
commit 2165cbdde3
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#!/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