Fix command to run tests w/ docker-compose & bdb-rdb

This commit is contained in:
Troy McConaghy 2017-11-07 10:20:41 +01:00 committed by GitHub
parent d55004601c
commit 6cab2f26e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ $ docker-compose -f docker-compose.rdb.yml up -d rdb
then run the tests using:
```text
$ docker-compose run --rm bdb-rdb py.test -v
$ docker-compose -f docker-compose.rdb.yml run --rm bdb-rdb py.test -v
```
to rebuild all the images (usually you only need to rebuild the `bdb` and