Fix command for running integration test containers (#5660)

This commit is contained in:
David McKay 2019-04-02 19:53:11 +01:00 committed by Daniel Nelson
parent 346ac519b6
commit 42cc84c262
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ make test
Running the integration tests requires several docker containers to be
running. You can start the containers with:
```
make docker-run
docker-compose up
```
And run the full test suite with: