From b84581c7eed747f5d5173518548a51234b1ab04d Mon Sep 17 00:00:00 2001 From: Thomas-Apter Date: Tue, 18 Aug 2020 10:13:08 +0100 Subject: [PATCH] Changed testming.md to use make advancedserver --- docs/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/testing.md b/docs/testing.md index bbe0d0a..55ded8a 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -18,8 +18,8 @@ There are two main sets of tests: The Docker tests can be run locally on a machine with Docker. For example: ``` -make test-devserver -make test-advancedserver +make devserver +make advancedserver ``` You can specify the image to use directly by using the `MQ_IMAGE_ADVANCEDSERVER` or `MQ_IMAGE_DEVSERVER` variables, for example: