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