]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix contributing guide concerning unit tests
authorChocobozzz <me@florianbigard.com>
Fri, 20 Apr 2018 09:53:56 +0000 (11:53 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 20 Apr 2018 09:53:56 +0000 (11:53 +0200)
.github/CONTRIBUTING.md

index 3c8e6413c722fd3aa9b2252f38a51137d248d2a6..d057cd3f345ab9ffd0bbfa318522a39851d45b34 100644 (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: