1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Update error detection logic in releasetest.tcl to account for new

output formats in USAN.

FossilOrigin-Name: 3f36b988360204628d5ad1df2db34818b9a2d6ba989018d4c17757229f4b0f65
This commit is contained in:
drh
2019-10-02 19:44:42 +00:00
parent f0578823dd
commit 9a50f4c72a
3 changed files with 10 additions and 8 deletions

View File

@@ -412,6 +412,8 @@ proc count_tests_and_errors {logfile rcVar errmsgVar} {
# skip over "value is outside range" errors
if {[regexp {value .* is outside the range of representable} $line]} {
# noop
} elseif {[regexp {overflow: .* cannot be represented} $line]} {
# noop
} else {
incr ::NERRCASE
if {$rc==0} {