Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ef80d45d
Commit
ef80d45d
authored
Jun 29, 2007
by
msvensson@pilot.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update make_win_bin_dist to also copy mysql-test/suite directory
parent
db84337b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
scripts/make_win_bin_dist
scripts/make_win_bin_dist
+8
-2
No files found.
scripts/make_win_bin_dist
View file @
ef80d45d
...
@@ -304,7 +304,7 @@ cp mysys/$TARGET/mysys.lib $DESTDIR/lib/opt/mysys_tls.lib
...
@@ -304,7 +304,7 @@ cp mysys/$TARGET/mysys.lib $DESTDIR/lib/opt/mysys_tls.lib
mkdir
-p
$DESTDIR
/mysql-test/include
$DESTDIR
/mysql-test/lib
\
mkdir
-p
$DESTDIR
/mysql-test/include
$DESTDIR
/mysql-test/lib
\
$DESTDIR
/mysql-test/r
$DESTDIR
/mysql-test/std_data
\
$DESTDIR
/mysql-test/r
$DESTDIR
/mysql-test/std_data
\
$DESTDIR
/mysql-test/t
$DESTDIR
/mysql-test/t
$DESTDIR
/mysql-test/suite
cp
mysql-test/mysql-test-run.pl
$DESTDIR
/mysql-test/
cp
mysql-test/mysql-test-run.pl
$DESTDIR
/mysql-test/
cp
mysql-test/README
$DESTDIR
/mysql-test/
cp
mysql-test/README
$DESTDIR
/mysql-test/
cp
mysql-test/install_test_db.sh
$DESTDIR
/mysql-test/install_test_db
cp
mysql-test/install_test_db.sh
$DESTDIR
/mysql-test/install_test_db
...
@@ -324,7 +324,7 @@ cp mysql-test/std_data/*.pem $DESTDIR/mysql-test/std_data/
...
@@ -324,7 +324,7 @@ cp mysql-test/std_data/*.pem $DESTDIR/mysql-test/std_data/
cp
mysql-test/std_data/
*
.MY
*
$DESTDIR
/mysql-test/std_data/
cp
mysql-test/std_data/
*
.MY
*
$DESTDIR
/mysql-test/std_data/
cp
mysql-test/t/
*
.opt
$DESTDIR
/mysql-test/t/
cp
mysql-test/t/
*
.opt
$DESTDIR
/mysql-test/t/
cp
mysql-test/t/
*
.sh
$DESTDIR
/mysql-test/t/
cp
mysql-test/t/
*
.sh
$DESTDIR
/mysql-test/t/
cp
mysql-test/t/
*
.slave-mi
$DESTDIR
/mysql-test/t/
cp
mysql-test/t/
*
.slave-mi
$DESTDIR
/mysql-test/t/
||
/bin/true
cp
mysql-test/t/
*
.sql
$DESTDIR
/mysql-test/t/
cp
mysql-test/t/
*
.sql
$DESTDIR
/mysql-test/t/
cp
mysql-test/t/
*
.def
$DESTDIR
/mysql-test/t/
cp
mysql-test/t/
*
.def
$DESTDIR
/mysql-test/t/
(
cd
mysql-test/t/
&&
cp
*
.test
$ABS_DST
/mysql-test/t/
)
(
cd
mysql-test/t/
&&
cp
*
.test
$ABS_DST
/mysql-test/t/
)
...
@@ -335,6 +335,12 @@ if [ -d mysql-test/extra ] ; then
...
@@ -335,6 +335,12 @@ if [ -d mysql-test/extra ] ; then
cp
-pR
mysql-test/extra/
*
$DESTDIR
/mysql-test/extra/
cp
-pR
mysql-test/extra/
*
$DESTDIR
/mysql-test/extra/
fi
fi
# Copy all directories in mysql-test/suite/
for
i
in
`
cd
mysql-test/suite
&&
ls
`
;
do
\
mkdir
-p
$DESTDIR
/mysql-test/suite/
$i
;
\
cp
-R
mysql-test/suite/
$i
$DESTDIR
/mysql-test/suite/
;
\
done
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# Copy what could be usable in the "scripts" directory. Currently
# Copy what could be usable in the "scripts" directory. Currently
# only SQL files, others are Bourne shell scripts or Perl scripts
# only SQL files, others are Bourne shell scripts or Perl scripts
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment