]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/clean/server/test.sh
typos (#246)
[github/Chocobozzz/PeerTube.git] / scripts / clean / server / test.sh
... / ...
CommitLineData
1#!/usr/bin/env sh
2
3for i in $(seq 1 6); do
4 dropdb "peertube_test$i"
5 rm -rf "./test$i"
6 rm -f "./config/local-test.json"
7 rm -f "./config/local-test-$i.json"
8 createdb "peertube_test$i"
9done