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