mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge
This commit is contained in:
commit
43f8b7b43b
1 changed files with 4 additions and 3 deletions
|
@ -100,12 +100,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
Reference in a new issue