mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Add target to Makefile which uses the much faster --mem switch to mysql-test-run.pl
This commit is contained in:
parent
7ec1a292a1
commit
cae534e36f
1 changed files with 5 additions and 0 deletions
|
|
@ -124,3 +124,8 @@ test-force-pl:
|
|||
cd mysql-test; \
|
||||
./mysql-test-run.pl --force && \
|
||||
./mysql-test-run.pl --ps-protocol --force
|
||||
|
||||
test-force-pl-mem:
|
||||
cd mysql-test; \
|
||||
./mysql-test-run.pl --force --mem && \
|
||||
./mysql-test-run.pl --ps-protocol --force --mem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue