Create queries from templates if needed

This commit is contained in:
Colin Dellow 2018-03-18 17:50:39 -04:00
parent 7f2042742b
commit b0c7b229dd
1 changed files with 4 additions and 0 deletions

View File

@ -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