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:
@ -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
|
||||
|
Reference in New Issue
Block a user