mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Makefile.am:
Add running of test suite with --ps-protocol to 'test' target Makefile.am: Add running of test suite with --ps-protocol to 'test' target
This commit is contained in:
parent
c9a0e4ad5d
commit
6dad551591
1 changed files with 4 additions and 1 deletions
|
@ -100,5 +100,8 @@ tags:
|
||||||
# Test installation
|
# Test installation
|
||||||
|
|
||||||
test:
|
test:
|
||||||
cd mysql-test ; ./mysql-test-run
|
cd mysql-test
|
||||||
|
./mysql-test-run
|
||||||
|
./mysql-test-run --ps-protocol
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue