mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix typo in testrunner.tcl for the "status" command that was causing it
to fail if any errors were seen. FossilOrigin-Name: 8327c5ed535c57c4082211a50bfb1c32ea5d5fe1cf71f37798d8b58e88948ac2
This commit is contained in:
@ -447,7 +447,7 @@ if {[llength $argv]==1
|
||||
} job {
|
||||
display_job [array get job]
|
||||
}
|
||||
set nOmit [db one {SELECT count(*) FROM jobs WHERE state='omit'}]
|
||||
set nOmit [mydb one {SELECT count(*) FROM jobs WHERE state='omit'}]
|
||||
if {$nOmit} {
|
||||
puts "$nOmit jobs omitted due to failures"
|
||||
}
|
||||
|
Reference in New Issue
Block a user