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

Fix some test scripts that were failing with SQLITE_OMIT_VIRTUALTABLE builds.

FossilOrigin-Name: 81c118d90b281b30f40b3eeefaeb2c8350aa40080b4fe7de8f21d263986c6acb
This commit is contained in:
dan
2023-02-06 10:47:57 +00:00
parent 072f48e556
commit e734207a79
10 changed files with 85 additions and 69 deletions

View File

@ -312,6 +312,7 @@ if {[llength $argv]==1
puts "Failures: "
mydb eval {
SELECT build, config, filename FROM script WHERE state='failed'
ORDER BY 3
} {
display_job $build $config $filename
}