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

Fix a test script problem causing crash8.test to fail when run with leak-sanitizer.

FossilOrigin-Name: 2c437f7a2c87129d00c71fa569315b68e0ba9514041d93503350c9ae9f080f17
This commit is contained in:
dan
2020-11-23 15:30:16 +00:00
parent 1335ec7df7
commit 39acaec16c
3 changed files with 11 additions and 8 deletions

View File

@ -1731,6 +1731,9 @@ proc crashsql {args} {
set msg "child process exited abnormally"
}
}
if {$r && [string match {*ERROR: LeakSanitizer*} $msg]} {
set msg "child process exited abnormally"
}
lappend r $msg
}