]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/clean/server/test.sh
Try to improve the contributing guide for tests
[github/Chocobozzz/PeerTube.git] / scripts / clean / server / test.sh
index 7d353e375488eb4e9b44da1eed2a7eb348bfb63e..303806fe2bf94e939a28745148149c8b7c96b5b5 100755 (executable)
@@ -7,6 +7,6 @@ for i in $(seq 1 6); do
   rm -rf "./test$i"
   rm -f "./config/local-test.json"
   rm -f "./config/local-test-$i.json"
-  createdb "peertube_test$i"
+  createdb -O peertube "peertube_test$i"
   redis-cli KEYS "q-localhost:900$i*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
 done