summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-03-27 06:44:45 +0200
committerunknown <kent@mysql.com>2006-03-27 06:44:45 +0200
commit2919dceb720303719b750ff4c72bf29a82c7bfdb (patch)
tree9ef9c3338e6aa80ed2a3424d08dda83eacb6c0b7 /scripts
parent48db6f20b25a364a7c4fd5cce3b5fa224c5e64cd (diff)
downloadmariadb-git-2919dceb720303719b750ff4c72bf29a82c7bfdb.tar.gz
make_binary_distribution.sh:
Split cp operations, to avoid shell limit on number of args mysql-test-run.pl: Removed obsolete way of cleaning up after test failure .del-drop-on-restart.inc~ef1715ddbebc3102: Delete: mysql-test/include/drop-on-restart.inc BitKeeper/deleted/.del-drop-on-restart.inc~ef1715ddbebc3102: Delete: mysql-test/include/drop-on-restart.inc mysql-test/mysql-test-run.pl: Removed obsolete way of cleaning up after test failure scripts/make_binary_distribution.sh: Split cp operations, to avoid shell limit on number of args
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_binary_distribution.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index 58ee5a73474..c4a5345445d 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -241,9 +241,10 @@ $CP mysql-test/std_data/*.dat mysql-test/std_data/*.frm \
mysql-test/std_data/des_key_file mysql-test/std_data/*.*001 \
mysql-test/std_data/*.cnf \
$BASE/mysql-test/std_data
-$CP mysql-test/t/*.test mysql-test/t/*.imtest \
- mysql-test/t/*.disabled mysql-test/t/*.opt \
- mysql-test/t/*.slave-mi mysql-test/t/*.sh mysql-test/t/*.sql $BASE/mysql-test/t
+$CP mysql-test/t/*.test $BASE/mysql-test/t
+$CP mysql-test/t/*.imtest mysql-test/t/*.disabled $BASE/mysql-test/t
+$CP mysql-test/t/*.opt mysql-test/t/*.slave-mi $BASE/mysql-test/t
+$CP mysql-test/t/*.sh mysql-test/t/*.sql $BASE/mysql-test/t
$CP mysql-test/r/*.result mysql-test/r/*.require \
$BASE/mysql-test/r
$CP mysql-test/extra/binlog_tests/*.test $BASE/mysql-test/extra/binlog_tests