mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
make_binary_distribution should of course also copy .test files from mysql-test/include
This commit is contained in:
parent
b295756927
commit
3bf9b43182
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ $CP mysql-test/lib/*.pl $BASE/mysql-test/lib
|
|||
$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/include/*.test $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
|
||||
|
|
Loading…
Reference in a new issue