Fix contributing guide concerning unit tests

pull/525/head
Chocobozzz 2018-04-20 11:53:56 +02:00
parent 3c40590d74
commit 6d492e562c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -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: