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