1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +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;
}