aboutsummaryrefslogtreecommitdiff
path: root/test/autoanalyze1.test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2017-03-23 17:22:09 +0000
committerdan <dan@noemail.net>2017-03-23 17:22:09 +0000
commit8fe3e9d882c8e667ac20e3b090687b1fc5c23003 (patch)
treeb8a37233b6d24ca181b712a4cb62d83f859ca26e /test/autoanalyze1.test
parenta77edc69eebe610d309f62234f4d5b277a80102a (diff)
downloadsqlite-8fe3e9d882c8e667ac20e3b090687b1fc5c23003.tar.gz
sqlite-8fe3e9d882c8e667ac20e3b090687b1fc5c23003.zip
Do not run test file autoanalyze1.test if OMIT_VIRTUALTABLE is defined.
FossilOrigin-Name: e1d06a573ee56bf6a14e4dc8086d6a4df1464f2914834cf4596a0a406688f608
Diffstat (limited to 'test/autoanalyze1.test')
-rw-r--r--test/autoanalyze1.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/autoanalyze1.test b/test/autoanalyze1.test
index 77e767a89..71e5d6c16 100644
--- a/test/autoanalyze1.test
+++ b/test/autoanalyze1.test
@@ -29,7 +29,7 @@ source $testdir/tester.tcl
# These tests also use "PRAGMA stats" which are only enabled for
# debugging builds.
#
-ifcapable {!debug || !analyze} {
+ifcapable {!debug || !analyze || !vtab} {
finish_test
return
}