mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix command to run tests w/ docker-compose & bdb-rdb
This commit is contained in:
parent
d55004601c
commit
6cab2f26e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user