diff options
author | sasha@mysql.sashanet.com <> | 2001-04-18 18:01:56 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-04-18 18:01:56 -0600 |
commit | 34b209db7a0e9ab75f837534c4abc6aa3d4afa1c (patch) | |
tree | d51eafafdbdf2c5e8f780dc9b16655a9af4deb41 /scripts | |
parent | 5a5e2be98a36db13002f5de4628327acce05f6dd (diff) | |
download | mariadb-git-34b209db7a0e9ab75f837534c4abc6aa3d4afa1c.tar.gz |
distribution did not include *.sh files in mysql-test/t
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 030d8b5c0d6..7dc5c90ea25 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -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 |