mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
5 lines
136 B
PHP
5 lines
136 B
PHP
|
if (`select version() like '%valgrind%' || version() like '%asan%'`)
|
||
|
{
|
||
|
skip Does not run with binaries built with valgrind or asan;
|
||
|
}
|