diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-20 11:53:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-20 11:53:56 +0200 |
commit | 6d492e562cdc80d986323e9b5ee14953d3956e18 (patch) | |
tree | b8832aadb93a2b2f006d3805715cabe67d6fe8be /.github | |
parent | 3c40590d7467cfb187952993c4c7a5c4eaefb37a (diff) | |
download | PeerTube-6d492e562cdc80d986323e9b5ee14953d3956e18.tar.gz PeerTube-6d492e562cdc80d986323e9b5ee14953d3956e18.tar.zst PeerTube-6d492e562cdc80d986323e9b5ee14953d3956e18.zip |
Fix contributing guide concerning unit tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
136 | Then, we can create the databases (if they don't already exist): | 136 | Then, we can create the databases (if they don't already exist): |
137 | 137 | ||
138 | ``` | 138 | ``` |
139 | $ sudo -u postgres createuser you_username --createdb | 139 | $ sudo -u postgres createuser you_username --createdb --superuser |
140 | $ createdb -O peertube peertube_test{1,2,3} | 140 | $ createdb -O peertube peertube_test{1,2,3,4,5,6} |
141 | ``` | 141 | ``` |
142 | 142 | ||
143 | Build the application and run the unit/integration tests: | 143 | Build the application and run the unit/integration tests: |