]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/clean/server/test.sh
Use scripty instead of writing shell commands in package.json
[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