1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Do not run the stmt.test script as part of the inmemory_journal permutation.

FossilOrigin-Name: 049cadf92bca5645a6f398eb83940344643fcacf
This commit is contained in:
dan
2010-03-08 10:32:38 +00:00
parent 29391c5b49
commit 01d3856428
3 changed files with 11 additions and 18 deletions

View File

@@ -472,6 +472,9 @@ run_tests "inmemory_journal" -description {
# the number of fsync() calls.
pager.test exclusive.test jrnlmode.test sync.test misc1.test
journal1.test conflict.test crash8.test tkt3457.test io.test
# Exclude stmt.test, which expects sub-journals to use temporary files.
stmt.test
}
ifcapable mem3 {