1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Fix minor test script issues causing releasetest.tcl to fail.

FossilOrigin-Name: d8ded9d8a1052885ce223c70efa55c0dd8b9920e
This commit is contained in:
dan
2013-05-16 19:15:07 +00:00
parent cf5db44ab6
commit 4c5aeecc90
5 changed files with 23 additions and 10 deletions

View File

@@ -243,10 +243,14 @@ lappend ::testsuitelist xxx
# Run some tests using pre-allocated page and scratch blocks.
#
# mmap1.test is excluded because a good number of its tests depend on
# the page-cache being larger than the database. But this permutation
# causes the effective limit on the page-cache to be just 24 pages.
#
test_suite "memsubsys1" -description {
Tests using pre-allocated page and scratch blocks
} -files [
test_set $::allquicktests -exclude ioerr5.test malloc5.test
test_set $::allquicktests -exclude ioerr5.test malloc5.test mmap1.test
] -initialize {
catch {db close}
sqlite3_shutdown