summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@sun.com>2010-06-14 11:23:49 +0200
committerTor Didriksen <tor.didriksen@sun.com>2010-06-14 11:23:49 +0200
commit407da948936fa0923d8a3885fda7d8ffa0013f7f (patch)
tree47baecc56be788349386eb169f6f596ad14a9b07 /mysql-test/include
parentb985f884607a6e06a84bf7c5ea5aa314be41a496 (diff)
downloadmariadb-git-407da948936fa0923d8a3885fda7d8ffa0013f7f.tar.gz
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.
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/not_parallel.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/not_parallel.inc b/mysql-test/include/not_parallel.inc
new file mode 100644
index 00000000000..39432c59813
--- /dev/null
+++ b/mysql-test/include/not_parallel.inc
@@ -0,0 +1,3 @@
+if (`SELECT '$MTR_PARALLEL' > 1`) {
+ --skip test requires --parallel=1
+}