]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/clean/server/test.sh
35d3ad50f2579704b053cb18e435287c99f8c615
[github/Chocobozzz/PeerTube.git] / scripts / clean / server / test.sh
1 #!/usr/bin/env sh
2
3 for i in $(seq 1 6); do
4 dropdb "peertube_test$i"
5 rm -rf "./test$i"
6 createdb "peertube_test$i"
7 done