mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Bug#25844: "make test" does not find mysql-test-run.pl
Need to change directory before calling mysql-test-run.pl
This commit is contained in:
parent
8772cb168b
commit
8c2c52714d
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ tags:
|
|||
# making sure each user use different ports.
|
||||
|
||||
test-ps:
|
||||
cd mysql-test ; \
|
||||
@PERL@ ./mysql-test-run.pl $(force) --ps-protocol
|
||||
|
||||
test-ns:
|
||||
|
|
Loading…
Reference in a new issue