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

Only run sync2.test on unix, as it depends on instrumentation in os_unix.c.

FossilOrigin-Name: ecb9321e18dd72ea18d197c61c4d69500e9c4282c0eac67822cb40b2710a2815
This commit is contained in:
dan
2017-03-20 15:11:40 +00:00
parent 978896e0eb
commit 154cc74601
3 changed files with 12 additions and 8 deletions

View File

@ -26,6 +26,10 @@ ifcapable !pager_pragmas||!attach {
finish_test
return
}
if {$::tcl_platform(platform)!="unix"} {
finish_test
return
}
proc execsql_sync {sql} {
set s $::sqlite_sync_count