1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Run only on debug to avoid test differences.

This commit is contained in:
Jan Lindström
2016-10-03 10:05:15 +03:00
parent 2e7baca97d
commit a0a4079b78
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,11 @@
#************************************************************
--source include/have_innodb.inc
--source include/have_innodb_zip.inc
--source include/have_debug.inc
# Valgrind would complain about memory leaks when we crash on purpose.
--source include/not_valgrind.inc
# Avoid CrashReporter popup on Mac.
--source include/not_crashrep.inc
--source include/not_embedded.inc
-- source include/big_test.inc

View File

@ -3,6 +3,7 @@
#************************************************************
--source include/have_innodb.inc
--source include/have_innodb_zip.inc
--source include/have_debug.inc
# Valgrind would complain about memory leaks when we crash on purpose.
--source include/not_valgrind.inc