1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Bug #53261 MTR tests archive_plugin and blackhole_plugin fail when compiling with cmake

Let mtr lookup the plugins, rather than hard-coding autotools lib path.
This commit is contained in:
Tor Didriksen
2010-06-14 11:23:49 +02:00
parent b985f88460
commit 407da94893
8 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
if (`SELECT '$MTR_PARALLEL' > 1`) {
--skip test requires --parallel=1
}