mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
BUG#39102: valgrind build does not compile in realpath, which make DATA/INDEX DIR fail
Disable the test case on valgrind. This is a backport to 5.1-rpl of something that already exists in 5.1 main.
This commit is contained in:
parent
b0a35c7a6d
commit
4bb00b74ad
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
--source include/have_partition.inc
|
||||
# DATA DIRECTORY/INDEX DIRECTORY require symbolic link support
|
||||
--source include/have_symlink.inc
|
||||
# realpath is not compiled in when building with valgrind
|
||||
--source include/not_valgrind.inc
|
||||
|
||||
# The test for Bug 20770 is disabled on Windows due to BUG#19107; it
|
||||
# should be moved into partition.test once the bug has been resolved.
|
||||
|
|
Loading…
Add table
Reference in a new issue