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