diff options
Diffstat (limited to 'scripts/clean')
-rwxr-xr-x | scripts/clean/server/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean/server/test.sh b/scripts/clean/server/test.sh index 7d353e375..303806fe2 100755 --- a/scripts/clean/server/test.sh +++ b/scripts/clean/server/test.sh | |||
@@ -7,6 +7,6 @@ for i in $(seq 1 6); do | |||
7 | rm -rf "./test$i" | 7 | rm -rf "./test$i" |
8 | rm -f "./config/local-test.json" | 8 | rm -f "./config/local-test.json" |
9 | rm -f "./config/local-test-$i.json" | 9 | rm -f "./config/local-test-$i.json" |
10 | createdb "peertube_test$i" | 10 | createdb -O peertube "peertube_test$i" |
11 | redis-cli KEYS "q-localhost:900$i*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL | 11 | redis-cli KEYS "q-localhost:900$i*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL |
12 | done | 12 | done |