mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
In rollback.test, do not check for journal deletion if the journal mode
is not DELETE. Call show_memstats after each test module in all.test and quick.test. (CVS 5814) FossilOrigin-Name: df2c28dc7310510bada292a2e8c1be073803858c
This commit is contained in:
@ -10,13 +10,14 @@
|
||||
#***********************************************************************
|
||||
# This file runs all tests.
|
||||
#
|
||||
# $Id: all.test,v 1.58 2008/09/09 18:28:07 danielk1977 Exp $
|
||||
# $Id: all.test,v 1.59 2008/10/13 14:16:11 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
rename finish_test really_finish_test
|
||||
proc finish_test {} {
|
||||
# no-op
|
||||
catch {db close}
|
||||
show_memstats
|
||||
}
|
||||
|
||||
if {[file exists ./sqlite_test_count]} {
|
||||
|
Reference in New Issue
Block a user