]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/clean_test.sh
Add link to the ARCHITECTURE.md
[github/Chocobozzz/PeerTube.git] / scripts / clean_test.sh
1 #!/bin/bash
2
3 printf "use petube-test1;\ndb.dropDatabase();\nuse petube-test2;\ndb.dropDatabase();\nuse petube-test3;\ndb.dropDatabase();" | mongo
4
5 rm -rf ./test1 ./test2 ./test3