mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Add target to Makefile which uses the much faster --mem switch to mysql-test-run.pl
This commit is contained in:
parent
babde331a4
commit
15ffeaa093
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…
Reference in a new issue