mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Copy *.result.es files for binary distribution so embedded tests can be run
scripts/make_binary_distribution.sh: Make sure to copy result.es files
This commit is contained in:
parent
f8d38cffdf
commit
a3efbf47c8
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ $CP mysql-test/include/*.inc $BASE/mysql-test/include
|
|||
$CP mysql-test/std_data/*.dat mysql-test/std_data/*.*001 $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 mysql-test/t/*.sh $BASE/mysql-test/t
|
||||
$CP mysql-test/r/*result mysql-test/r/*.require $BASE/mysql-test/r
|
||||
$CP mysql-test/r/*result mysql-test/r/*result.es mysql-test/r/*.require $BASE/mysql-test/r
|
||||
|
||||
if [ $BASE_SYSTEM != "netware" ] ; then
|
||||
chmod a+x $BASE/bin/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue