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

Documentation updates prior to release 3.4.0. Enhanced support for

soak testing in the test scripts. (CVS 4084)

FossilOrigin-Name: eec387103869940697487ec5226eaed0b51ede7a
This commit is contained in:
drh
2007-06-18 12:22:43 +00:00
parent 4f0aee41c3
commit 44548eccb9
11 changed files with 67 additions and 35 deletions

View File

@ -6,7 +6,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: quick.test,v 1.58 2007/05/30 10:36:47 danielk1977 Exp $
# $Id: quick.test,v 1.59 2007/06/18 12:22:43 drh Exp $
proc lshift {lvar} {
upvar $lvar l
@ -19,6 +19,9 @@ while {[set arg [lshift argv]] != ""} {
-sharedpagercache {
sqlite3_enable_shared_cache 1
}
-soak {
set SOAKTEST 1
}
default {
set argv [linsert $argv 0 $arg]
break