1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

More test script changes to get it to run without -DSQLITE_MEMDEBUG. (CVS 3018)

FossilOrigin-Name: 0ede5e496bc779e96f05602bebadd10f8a208d48
This commit is contained in:
drh
2006-01-24 00:15:15 +00:00
parent 5de03d6cfa
commit 80d56827fe
4 changed files with 13 additions and 10 deletions

View File

@ -13,7 +13,7 @@
# cache context. What happens to connection B if one connection A encounters
# an IO-error whilst reading or writing the file-system?
#
# $Id: shared_err.test,v 1.6 2006/01/23 23:49:34 drh Exp $
# $Id: shared_err.test,v 1.7 2006/01/24 00:15:16 drh Exp $
proc skip {args} {}
@ -273,6 +273,8 @@ do_ioerr_test shared_ioerr-3 -tclprep {
#
if {[info command sqlite_malloc_stat]==""} {
puts "Skipping malloc tests: not compiled with -DSQLITE_MEMDEBUG..."
db close
sqlite3_enable_shared_cache $::enable_shared_cache
finish_test
return
}