From: Chocobozzz Date: Fri, 20 Apr 2018 09:53:56 +0000 (+0200) Subject: Fix contributing guide concerning unit tests X-Git-Tag: v1.0.0-beta.4~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6d492e562cdc80d986323e9b5ee14953d3956e18;p=oweals%2Fpeertube.git Fix contributing guide concerning unit tests --- diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3c8e6413c..d057cd3f3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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: