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

Close database opened by tester.tcl when it is sourced in all.test. Because test scripts are now run in slave interpreters, this connection was not being closed by the first script run as it was previously.

FossilOrigin-Name: b072e9f69ad5ec68b8ec4c716556070001f885e0
This commit is contained in:
dan
2010-06-08 15:50:53 +00:00
parent c60f10a27f
commit e4bddc1fab
3 changed files with 8 additions and 7 deletions

View File

@ -14,6 +14,7 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
db close
if {[file exists ./sqlite_test_count]} {
set COUNT [exec cat ./sqlite_test_count]