1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Disable shell test cases that require virtual tables when testfixture is

built using SQLITE_OMIT_VIRTUALTABLE.

FossilOrigin-Name: 8c73d54fd1e250fcd7f30741cfbd169af9aaecc2096c0c8a9486abaa064d69af
This commit is contained in:
drh
2024-08-28 09:47:29 +00:00
parent af43eddc23
commit a88d61824d
4 changed files with 20 additions and 8 deletions

View File

@ -84,6 +84,14 @@ do_test shell5-1.4.1 {
.import FOO t1}]
} {1 {Error: cannot open "FOO"}}
# the remainder of these test cases require virtual tables.
#
ifcapable !vtab {
puts "Skipping subsequent tests due to SQLITE_OMIT_VIRTUALTABLE"
finish_test
return
}
# empty import file
do_test shell5-1.4.2 {
forcedelete shell5.csv