diff options
Diffstat (limited to 'bin/clean_test.sh')
-rwxr-xr-x | bin/clean_test.sh | 2 |
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 | ||
5 | for i in $(seq 1 6); do | 5 | for 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" |
8 | done | 8 | done |