Fixed typo in Building-MaxScale-from-Source-Code.md

This commit is contained in:
Markus Makela 2015-03-26 06:02:32 +02:00
parent 727e7a44d7
commit 7307af09a5

View File

@ -225,7 +225,7 @@ Other useful targets for Make are `documentation`, which generates the Doxygen d
MaxScale has a core test suite for internal components and an extended suite of test for modules. To run the core tests, run `make testcore`. This will test the core maxscale executable.
To run `make testall`, the full test suite, you need to have four mysqld servers running on localhost. It assumes a master-slave replication setup with one slave and three slaves.
To run `make testall`, the full test suite, you need to have four mysqld servers running on localhost. It assumes a master-slave replication setup with one master and three slaves.
The ports to which these servers are listening and the credentials to use for testing can be specified in the `macros.cmake` file found in the root source folder.