From 7307af09a5cc50b3aa6f2437256a188a7800c259 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 26 Mar 2015 06:02:32 +0200 Subject: [PATCH] Fixed typo in Building-MaxScale-from-Source-Code.md --- .../Getting-Started/Building-MaxScale-from-Source-Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Getting-Started/Building-MaxScale-from-Source-Code.md b/Documentation/Getting-Started/Building-MaxScale-from-Source-Code.md index b5f43a658..cd0ed989f 100644 --- a/Documentation/Getting-Started/Building-MaxScale-from-Source-Code.md +++ b/Documentation/Getting-Started/Building-MaxScale-from-Source-Code.md @@ -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.