mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
MDEV-32507 Spider: Use $MTR_SUITE_DIR for init-file files
This should fix certain CI builds where the spider suite test files and the main suite test files do not follow the same relative paths relations as the mariadb source.
This commit is contained in:
parent
5a8fca5a4f
commit
15a1168b36
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
--init-file=$MYSQL_TEST_DIR/../storage/spider/mysql-test/spider/bugfix/t/mdev_27233.sql
|
--init-file=$MTR_SUITE_DIR/t/mdev_27233.sql
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
--init-file=$MYSQL_TEST_DIR/../storage/spider/mysql-test/spider/bugfix/t/mdev_28218_init_file.sql
|
--init-file=$MTR_SUITE_DIR/t/mdev_28218_init_file.sql
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
--plugin-load-add=ha_spider
|
--plugin-load-add=ha_spider
|
||||||
--init-file=$MYSQL_TEST_DIR/../storage/spider/mysql-test/spider/bugfix/t/mdev_28218_mixed.sql
|
--init-file=$MTR_SUITE_DIR/t/mdev_28218_mixed.sql
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
--init-file=$MYSQL_TEST_DIR/../storage/spider/mysql-test/spider/bugfix/t/udf_mysql_func_early_init_file.sql
|
--init-file=$MTR_SUITE_DIR/t/udf_mysql_func_early_init_file.sql
|
||||||
|
|
Loading…
Add table
Reference in a new issue