Update tests, and exclude tst*.sql for now.
This commit is contained in:
parent
a5e6e0715c
commit
b195df18c7
@ -27,9 +27,7 @@ EXTRA_DIST = sql.y sql.l \
|
||||
ok7.sql \
|
||||
ok8.sql \
|
||||
ok9.sql \
|
||||
ok10.sql \
|
||||
tst-create-db.sql \
|
||||
tst-create-table1.sql
|
||||
ok10.sql
|
||||
|
||||
sql_SOURCES = exec.c sql-parser.h
|
||||
sql_LDADD = @JANSSON_LIBS@
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
for testfn in $srcdir/ok*.sql $srcdir/tst-*.sql
|
||||
for testfn in $srcdir/ok*.sql
|
||||
do
|
||||
cat $testfn | ./sql
|
||||
if [ $? -ne 0 ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user