1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Do not attempt to run test file unionvtabfault.test with SQLITE_OMIT_VIRTUAL_TABLE builds.

FossilOrigin-Name: 1a632a9a6c85b78abe0351ef91c7478b26299c4c1c269d5796afb1e172084517
This commit is contained in:
dan
2017-07-24 20:01:36 +00:00
parent fb920e7eb0
commit b67abfc463
3 changed files with 11 additions and 7 deletions

View File

@ -16,6 +16,10 @@ set testdir [file dirname $argv0]
source $testdir/tester.tcl
set testprefix unionvtabfault
ifcapable !vtab {
finish_test
return
}
forcedelete test.db2
do_execsql_test 1.0 {