diff options
author | unknown <monty@narttu.mysql.fi> | 2003-02-26 00:23:22 +0200 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-02-26 00:23:22 +0200 |
commit | e9ba6bb4a67aa9349b6bf0966eaa78a102b74f36 (patch) | |
tree | 9dcb92795f3526fa1e17627cf560f70d85a87d5a /scripts | |
parent | 61bb88187a1eaff66d0cdc0d9310f1a017ca9af5 (diff) | |
parent | 86355b533275eb1f77773a9e1e2d181540b89d2c (diff) | |
download | mariadb-git-e9ba6bb4a67aa9349b6bf0966eaa78a102b74f36.tar.gz |
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
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 1bdf5b86fdf..78eb1343f47 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -183,7 +183,7 @@ done $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/t/*test mysql-test/t/*.opt mysql-test/t/*.sh $BASE/mysql-test/t +$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 if [ $BASE_SYSTEM != "netware" ] ; then |