1
0
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:
drh
2011-08-02 19:30:20 +00:00
parent b4256996c4
commit d88d10566c
3 changed files with 8 additions and 9 deletions

View File

@@ -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
}