Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0
into frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-4.0
This commit is contained in:
commit
55d159cea6
13
Makefile.am
13
Makefile.am
@ -85,8 +85,15 @@ tags:
|
|||||||
support-files/build-tags
|
support-files/build-tags
|
||||||
.PHONY: init-db bin-dist
|
.PHONY: init-db bin-dist
|
||||||
|
|
||||||
# Test installation
|
# Test installation. Ports are configurable from the environment.
|
||||||
|
|
||||||
|
MYSQL_TEST_MANAGER_PORT = 9305
|
||||||
|
MYSQL_TEST_MASTER_PORT = 9306
|
||||||
|
MYSQL_TEST_SLAVE_PORT = 9308
|
||||||
|
|
||||||
test:
|
test:
|
||||||
cd mysql-test ; ./mysql-test-run
|
cd mysql-test ; \
|
||||||
|
./mysql-test-run \
|
||||||
|
--manager-port=$(MYSQL_TEST_MANAGER_PORT) \
|
||||||
|
--master_port=$(MYSQL_TEST_MASTER_PORT) \
|
||||||
|
--slave_port=$(MYSQL_TEST_SLAVE_PORT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user