1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Files
mariadb/mysql-test/include/not_valgrind_build.inc

5 lines
101 B
PHP

if (`select version() like '%valgrind%'`)
{
skip Does not run with binaries built with valgrind;
}