mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Added test-force to Makefile.
This commit is contained in:
parent
9a71442067
commit
fb4c949f57
1 changed files with 4 additions and 0 deletions
|
@ -96,3 +96,7 @@ tags:
|
|||
test:
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run
|
||||
|
||||
test-force:
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run --force
|
||||
|
|
Loading…
Reference in a new issue