]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/clean_test.sh
Replace PeopleTube/PeTube by the new name PeerTube
[github/Chocobozzz/PeerTube.git] / scripts / clean_test.sh
1 #!/bin/bash
2
3 printf "use peertube-test1;\ndb.dropDatabase();\nuse peertube-test2;\ndb.dropDatabase();\nuse peertube-test3;\ndb.dropDatabase();" | mongo
4
5 rm -rf ./test1 ./test2 ./test3