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:
@ -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
|
||||
|
Reference in New Issue
Block a user