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

Fix the finish_test proc in tester.tcl so that it works for Windows test

builds.  Fix for problem introduced yesterday by check-in [3658417bf300e004].

FossilOrigin-Name: f52b84e69e5fcbe59ccc6163e7e78aa3822f2c354c88f8a76a2d1d4c90a99821
This commit is contained in:
drh
2021-10-20 18:17:31 +00:00
parent 9fdd66e3c0
commit b18a11ed37
3 changed files with 10 additions and 10 deletions

View File

@ -1209,9 +1209,9 @@ proc finish_test_precleanup {} {
catch {db1 close}
catch {db2 close}
catch {db3 close}
unregister_devsim
unregister_jt_vfs
unregister_demovfs
catch {unregister_devsim}
catch {unregister_jt_vfs}
catch {unregister_demovfs}
}
# Run this routine last