Commit 94ea2643 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru Committed by Vicențiu Ciorbaru

sp-no-valgrind runs succesfully if ASAN support is compiled in

not_valgrind_build.inc (used by sp-no-valgrind.test) should only be
checking for valgrind as part of version string.

In fact, we do not have a specific version suffix with -asan, unless one
specifically changes the server suffix manually, during cmake run.
parent c14896e2
if (`select version() like '%valgrind%' || version() like '%asan%'`)
if (`select version() like '%valgrind%'`)
{
skip Does not run with binaries built with valgrind or asan;
skip Does not run with binaries built with valgrind;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment