mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Require the SQLITE_ENABLE_READONLY_WALJOURNAL pre-processor macro to activate the new feature on this branch.
FossilOrigin-Name: 21ed4e78863f2622d756d2f5e0e951f3c4a992913cd1e459b2366cb5bab0153c
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
ifcapable !readonly_waljournal {
|
||||
finish_test
|
||||
return
|
||||
}
|
||||
|
||||
set ::testprefix readonlyfault
|
||||
|
||||
|
Reference in New Issue
Block a user