diff options
author | unknown <lenz@mysql.com> | 2005-07-08 11:07:05 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-07-08 11:07:05 +0200 |
commit | 3d2814d6d43bee9e885053f8e910c8c363f00550 (patch) | |
tree | 39fcf04abe3049b492009ac41cf40b0587924b47 /scripts | |
parent | 81c31e3b007ad0098f14986feddb915b532b6dbb (diff) | |
download | mariadb-git-3d2814d6d43bee9e885053f8e910c8c363f00550.tar.gz |
- added mysql-test/t/*.def to the source and binary distributions
mysql-test/Makefile.am:
- added mysql-test/t/*.def to the source distribution and make sure that "make install"
installs it, too.
scripts/make_binary_distribution.sh:
- added mysql-test/t/*.def to the binary distribution
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 3b8cc1ca12a..51bebc3ce31 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -221,6 +221,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/t/*.def $BASE/mysql-test/t $CP mysql-test/r/*result mysql-test/r/*.require $BASE/mysql-test/r if [ $BASE_SYSTEM != "netware" ] ; then |