mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Disable the "init.test" test script when compiled with SQLITE_THREADSAFE=0.
FossilOrigin-Name: ad68fa65bbd6b82e69fe8c36e4c459ea2ced0f8c
This commit is contained in:
@ -17,6 +17,10 @@
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
if {[db eval {SELECT sqlite_compileoption_used('THREADSAFE=0')}]} {
|
||||
finish_test
|
||||
return
|
||||
}
|
||||
|
||||
db close
|
||||
|
||||
@ -76,4 +80,3 @@ if {$MEMDEBUG} {
|
||||
|
||||
autoinstall_test_functions
|
||||
finish_test
|
||||
|
||||
|
Reference in New Issue
Block a user