aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/clean_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/clean_test.sh')
-rwxr-xr-xbin/clean_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/clean_test.sh b/bin/clean_test.sh
index ac885d9ec..ef146e091 100755
--- a/bin/clean_test.sh
+++ b/bin/clean_test.sh
@@ -4,5 +4,5 @@ basePath=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
4 4
5for i in $(seq 1 6); do 5for i in $(seq 1 6); do
6 printf "use peertube-test%s;\ndb.dropDatabase();" "$i" | mongo 6 printf "use peertube-test%s;\ndb.dropDatabase();" "$i" | mongo
7 rm -rf "$basePath/../server/test$i" 7 rm -rf "$basePath/../test$i"
8done 8done