mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Copy *.cnf file from std_data/ when doing a binary distribution
This commit is contained in:
parent
125163c03b
commit
2459dd55f5
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ $CP mysql-test/lib/*.sql $BASE/mysql-test/lib
|
|||
$CP mysql-test/t/*.def $BASE/mysql-test/t
|
||||
$CP mysql-test/include/*.inc $BASE/mysql-test/include
|
||||
$CP mysql-test/std_data/*.dat mysql-test/std_data/*.*001 \
|
||||
mysql-test/std_data/*.cnf \
|
||||
$BASE/mysql-test/std_data
|
||||
$CP mysql-test/std_data/des_key_file $BASE/mysql-test/std_data
|
||||
$CP mysql-test/t/*test mysql-test/t/*.opt mysql-test/t/*.slave-mi \
|
||||
|
|
Loading…
Reference in a new issue