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