]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/clean/server/test.sh
Add a little explication on dev mode in README
[github/Chocobozzz/PeerTube.git] / scripts / clean / server / test.sh
1 #!/usr/bin/env sh
2
3 for i in $(seq 1 6); do
4 printf "use peertube-test%s;\ndb.dropDatabase();" "$i" | mongo
5 rm -rf "./test$i"
6 done