mariadb/mysql-test/include/not_valgrind_build.inc

4 lines
101 B
PHP

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