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

Fix the tool/omittest.tcl script, broken by [d8c0e0184226bdae].

FossilOrigin-Name: 4f6c36a61c2b27e204c00bd7467453098f756c7e596b7e62d47da8784fbd2026
This commit is contained in:
drh
2025-01-01 18:18:49 +00:00
parent f7fcf7f910
commit 66985fb8ff
3 changed files with 9 additions and 9 deletions

View File

@ -200,8 +200,8 @@ foreach sym $CompileOptionsToTest {
} else {
set opts OPT_FEATURE_FLAGS=-D$sym
}
puts "make tidy sqlite3.lo $opts"
if {[catch {exec make tidy sqlite3.lo $opts >& $logfile}]} {
puts "make tidy sqlite3.o $opts"
if {[catch {exec make tidy sqlite3.o $opts >& $logfile}]} {
puts "BUILD FAILED: see $logfile for details"
if {[info exists FailIsOk($sym)]} {
set Failure($sym) 1