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

Fix test script issues preventing walthread.test from running.

FossilOrigin-Name: d90b1dde0702ceb0eae2a3da36733a7e5b1a6b3a
This commit is contained in:
dan
2010-04-13 11:35:01 +00:00
parent 9281bf2a9f
commit d3f8f94652
8 changed files with 41 additions and 15 deletions

View File

@ -143,6 +143,7 @@ proc reset_db {} {
catch {db close}
file delete -force test.db
file delete -force test.db-journal
file delete -force test.db-wal
sqlite3 db ./test.db
set ::DB [sqlite3_connection_pointer db]
if {[info exists ::SETUP_SQL]} {