diff options
author | df@kahlann.erinye.com <> | 2006-11-14 14:44:20 +0100 |
---|---|---|
committer | df@kahlann.erinye.com <> | 2006-11-14 14:44:20 +0100 |
commit | 5d8525c6f7c0a4ac6dc24e717c6ebb74c5d6f6ba (patch) | |
tree | 229ea055f6d78ebf8d2be8ed8d1982ad99e6732d /scripts | |
parent | a863fbbf4155be655eb9775447b5b18203f19355 (diff) | |
download | mariadb-git-5d8525c6f7c0a4ac6dc24e717c6ebb74c5d6f6ba.tar.gz |
make_binary_distribution should of course also copy .test files from mysql-test/include
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 f37e667dd86..6359eb009ce 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -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 |