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

Update a few test scripts so that they run on windows.

FossilOrigin-Name: 14a18f4e3a3f35e636262a253364ab1e8054ed38c0c7fd482633522cbcf5ffc4
This commit is contained in:
dan
2025-05-31 19:55:07 +00:00
parent 420233e375
commit 977b0f8813
5 changed files with 16 additions and 11 deletions

View File

@ -96,6 +96,9 @@ do_test 1.8 {
list [catch { sqlite3_snapshot_open_blob db3 main $snap } msg] $msg
} {1 SQLITE_ERROR_SNAPSHOT}
db3 close
db2 close
#-------------------------------------------------------------------------
reset_db
do_execsql_test 2.0 {

View File

@ -55,7 +55,8 @@ testfixture_nb myvar {
}
# Give the [testfixture_nb] command time to start
after 1000
after 1000 {set xyz 1}
vwait xyz
testvfs tvfs -fullshm 1
sqlite3 db test.db -vfs tvfs

View File

@ -62,7 +62,8 @@ testfixture_nb myvar {
}
# Give the [testfixture_nb] command time to start
after 1000
after 1000 {set xyz 1}
vwait xyz
db timeout 500
set tm [lindex [time {