1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-22 08:22:01 +03:00

distribution did not include *.sh files in mysql-test/t

This commit is contained in:
sasha@mysql.sashanet.com
2001-04-18 18:01:56 -06:00
parent 5a5e2be98a
commit 34b209db7a
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ $CP mysql-test/mysql-test-run mysql-test/install_test_db $BASE/mysql-test/
$CP mysql-test/README $BASE/mysql-test/README
$CP mysql-test/include/*.inc $BASE/mysql-test/include
$CP mysql-test/std_data/*.dat $BASE/mysql-test/std_data
$CP mysql-test/t/*.test mysql-test/t/*.opt $BASE/mysql-test/t
$CP mysql-test/t/*.test mysql-test/t/*.opt mysql-test/t/*.sh $BASE/mysql-test/t
$CP mysql-test/r/*.result mysql-test/r/*.require $BASE/mysql-test/r
$CP scripts/* $BASE/bin