1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql-test-run.pl:

Removed -c from /bin/sh call
make_win_src_distribution.sh:
  Copy all content in mysql-test
make_win_binary_distribution.sh, make_binary_distribution.sh:
  Add Perl version of mysql-test-run to package
s_win32_dsp, s_win32, s_vxworks, s_test, s_readme, s_java, s_javah:
  Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
This commit is contained in:
kent@mysql.com
2005-03-09 01:34:22 +01:00
parent fa001505e3
commit c6002966be
11 changed files with 35 additions and 17 deletions

View File

@ -255,7 +255,7 @@ make -C $SOURCE/ndb windoze
# Input directories to be copied recursively
#
for i in bdb innobase mysql-test ndb
for i in bdb innobase ndb
do
copy_dir_dirs $i
done
@ -305,7 +305,7 @@ done
# Raw dirs from source tree
#
for i in scripts sql-bench SSL tests
for i in scripts sql-bench mysql-test SSL tests
do
print_debug "Copying directory '$i'"
if [ -d $i ]