diff --git a/docs/testing.md b/docs/testing.md index 5f5a668..9e1e2ce 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -17,8 +17,8 @@ There are two main sets of tests: The Docker tests can be run locally on a machine with Docker. For example: ``` -make devserver -make advancedserver +make test-devserver +make test-advancedserver ``` You can specify the image to use directly by using the `MQ_IMAGE_ADVANCEDSERVER` or `MQ_IMAGE_DEVSERVER` variables, for example: