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:
Yuchen Pei 2023-10-19 12:15:39 +11:00
parent 5a8fca5a4f
commit 15a1168b36
No known key found for this signature in database
GPG key ID: 3DD1B35105743563
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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