aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clean_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean_test.sh b/scripts/clean_test.sh
index 8d71215f2..8868cbddf 100755
--- a/scripts/clean_test.sh
+++ b/scripts/clean_test.sh
@@ -1,5 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2 2
3printf "use petube-test1;\ndb.dropDatabase();\nuse petube-test2;\ndb.dropDatabase();\nuse petube-test3;\ndb.dropDatabase();" | mongo 3printf "use peertube-test1;\ndb.dropDatabase();\nuse peertube-test2;\ndb.dropDatabase();\nuse peertube-test3;\ndb.dropDatabase();" | mongo
4 4
5rm -rf ./test1 ./test2 ./test3 5rm -rf ./test1 ./test2 ./test3