Create queries from templates if needed
This commit is contained in:
parent
7f2042742b
commit
b0c7b229dd
|
@ -28,6 +28,10 @@ main() {
|
|||
root=$(readlink -f "$root")
|
||||
cd "$root"
|
||||
|
||||
if [ ! -d "$root"/tests/queries ]; then
|
||||
"$root"/tests/create-queries-from-templates
|
||||
fi
|
||||
|
||||
find_cmd=(find tests/queries -type f -name '*.sql')
|
||||
debug=0
|
||||
if [ -n "${1:-""}" ]; then
|
||||
|
|
Loading…
Reference in New Issue