mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.1 Makefile.am: Auto merged
This commit is contained in:
commit
f8c0b06a5c
4 changed files with 20 additions and 6 deletions
|
|
@ -102,12 +102,13 @@ tags:
|
|||
# Test installation
|
||||
|
||||
test:
|
||||
cd mysql-test; ./mysql-test-run && ./mysql-test-run --ps-protocol
|
||||
cd mysql-test; \
|
||||
perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol
|
||||
|
||||
test-force:
|
||||
cd mysql-test; \
|
||||
./mysql-test-run --force ;\
|
||||
./mysql-test-run --ps-protocol --force
|
||||
perl mysql-test-run.pl --force ;\
|
||||
perl mysql-test-run.pl --ps-protocol --force
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue