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

Fix the sessiondiff test module so that it does not run if the session

extension is not enabled.

FossilOrigin-Name: 8f92b7a6223a69304dc8a6ab3b43a49cbb87f572a1e65d8a0c6dc09fca38e1a8
This commit is contained in:
drh
2017-06-11 19:40:34 +00:00
parent c62aab5ba8
commit e46c63d565
3 changed files with 8 additions and 8 deletions

View File

@ -16,6 +16,7 @@ if {![info exists testdir]} {
set testdir [file join [file dirname [info script]] .. .. test]
}
source $testdir/tester.tcl
ifcapable !session {finish_test; return}
set testprefix sessiondiff
set PROG [test_find_sqldiff]
@ -111,4 +112,3 @@ do_changeset_test 1.2 {
}
finish_test