mirror of
https://github.com/MariaDB/server.git
synced 2025-11-21 06:21:35 +03:00
Add target to Makefile which uses the much faster --mem switch to mysql-test-run.pl
This commit is contained in:
@@ -124,3 +124,8 @@ test-force-pl:
|
|||||||
cd mysql-test; \
|
cd mysql-test; \
|
||||||
./mysql-test-run.pl --force && \
|
./mysql-test-run.pl --force && \
|
||||||
./mysql-test-run.pl --ps-protocol --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
|
||||||
|
|||||||
Reference in New Issue
Block a user