mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Add the "test-force" target to "Makefile.am".
This commit is contained in:
parent
ddcbf609c4
commit
c5e51b7c27
1 changed files with 7 additions and 1 deletions
|
@ -100,4 +100,10 @@ tags:
|
|||
# Test installation
|
||||
|
||||
test:
|
||||
cd mysql-test; perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol
|
||||
cd mysql-test; \
|
||||
perl ./mysql-test-run && perl ./mysql-test-run --ps-protocol
|
||||
|
||||
test-force:
|
||||
cd mysql-test; \
|
||||
./mysql-test-run --force ;\
|
||||
./mysql-test-run --ps-protocol --force
|
||||
|
|
Loading…
Reference in a new issue