Create advancedserver make target, and update docs to use 'make advancedserver'

This commit is contained in:
Thomas-Apter
2020-08-18 10:10:39 +01:00
parent 12bcf8b2da
commit b9dd2f5e79
2 changed files with 4 additions and 6 deletions

View File

@@ -14,12 +14,7 @@ There are two main sets of tests:
2. Docker tests, which test a complete Docker image, using the Docker API
### Running the Docker tests
Before running Docker tests, the following command must be run:
```
make build-devjmstest
```
The Docker tests can be run locally on a machine with Docker. For example:
```