mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Omit backcompat.test from the journaltest permutation because it uses WAL
mode which is incompatible with journaltest. FossilOrigin-Name: 2bbf3150a4b7108e88ed81c1d40af6f06089e148
This commit is contained in:
@@ -726,7 +726,7 @@ test_suite "journaltest" -description {
|
||||
unregister_jt_vfs
|
||||
} -files [test_set $::allquicktests -exclude {
|
||||
wal* incrvacuum.test ioerr.test corrupt4.test io.test crash8.test
|
||||
async4.test bigfile.test
|
||||
async4.test bigfile.test backcompat.test
|
||||
}]
|
||||
|
||||
if {[info commands register_demovfs] != ""} {
|
||||
@@ -865,4 +865,3 @@ if {[info script] == $argv0} {
|
||||
main $argv
|
||||
finish_test
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user