mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-03 09:39:47 +00:00
Create queries from templates if needed
This commit is contained in:
parent
7f2042742b
commit
b0c7b229dd
@ -28,6 +28,10 @@ main() {
|
|||||||
root=$(readlink -f "$root")
|
root=$(readlink -f "$root")
|
||||||
cd "$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')
|
find_cmd=(find tests/queries -type f -name '*.sql')
|
||||||
debug=0
|
debug=0
|
||||||
if [ -n "${1:-""}" ]; then
|
if [ -n "${1:-""}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user