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

An attempt at automatic incremental merging for FTS4.

FossilOrigin-Name: ed69434cd89084f4b57bd2cc4f5cc558904af565
This commit is contained in:
drh
2012-03-24 02:20:43 +00:00
parent d59de73e27
commit 4ef9dfff97
6 changed files with 104 additions and 29 deletions

View File

@ -17,7 +17,7 @@ proc bc_find_binaries {zCaption} {
if {[llength $binaries]==0} {
puts "WARNING: No historical binaries to test against."
puts "WARNING: Omitting backwards-compatibility tests $zFile"
puts "WARNING: Omitting backwards-compatibility tests"
}
foreach bin $binaries {
@ -70,7 +70,3 @@ proc do_all_bc_test {script} {
uplevel [list do_bc_test $bin $script]
}
}