mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
don't use *.in for test data
because INSTALL_MYSQL_TEST() cmake macro has PATTERN "*.in" EXCLUDE
This commit is contained in:
@ -49,7 +49,7 @@ connection default;
|
||||
let _BASEDIR = $MYSQLTEST_VARDIR/tmp/basedir;
|
||||
perl;
|
||||
use autodie;
|
||||
open(IN, '<', "std_data/mysql_install_db_win.ini.in");
|
||||
open(IN, '<', "std_data/mysql_install_db_win.ini");
|
||||
open(OUT, '>', "$ENV{MYSQLTEST_VARDIR}/tmp/mysql_install_db_win.ini");
|
||||
while (<IN>) {
|
||||
s/BASEDIR/$ENV{_BASEDIR}/g;
|
||||
|
Reference in New Issue
Block a user