]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/clean/server/test.sh
Fix loader videojs
[github/Chocobozzz/PeerTube.git] / scripts / clean / server / test.sh
CommitLineData
93534495
C
1#!/usr/bin/env sh
2
3for i in $(seq 1 6); do
feb4bdfd 4 dropdb "peertube_test$i"
93534495 5 rm -rf "./test$i"
feb4bdfd 6 createdb "peertube_test$i"
93534495 7done