Fix contributing guide concerning unit tests
This commit is contained in:
parent
3c40590d74
commit
6d492e562c
1 changed files with 2 additions and 2 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
@ -136,8 +136,8 @@ Create a PostgreSQL user **with the same name as your username** in order to avo
|
|||
Then, we can create the databases (if they don't already exist):
|
||||
|
||||
```
|
||||
$ sudo -u postgres createuser you_username --createdb
|
||||
$ createdb -O peertube peertube_test{1,2,3}
|
||||
$ sudo -u postgres createuser you_username --createdb --superuser
|
||||
$ createdb -O peertube peertube_test{1,2,3,4,5,6}
|
||||
```
|
||||
|
||||
Build the application and run the unit/integration tests:
|
||||
|
|
Loading…
Reference in a new issue