[test: add set -e for stop run when error]
This commit is contained in:
parent
51b9957eaf
commit
2165cbdde3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue