1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Disable the snapshot test scripts if not compiled with SQLITE_ENABLE_SNAPSHOT.

FossilOrigin-Name: 5fd008f0433833e4341d526dcc2387570ffe1fea
This commit is contained in:
drh
2015-12-11 03:20:39 +00:00
parent c49e960d41
commit 68d28ea4f0
5 changed files with 17 additions and 11 deletions

View File

@ -14,6 +14,7 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
ifcapable !snapshot {finish_test; return}
set testprefix snapshot_fault
#-------------------------------------------------------------------------
@ -161,4 +162,3 @@ do_faultsim_test 3.0 -prep {
finish_test