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:
@ -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]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user