]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/clean/server/test.sh
typos (#246)
[github/Chocobozzz/PeerTube.git] / scripts / clean / server / test.sh
index 35d3ad50f2579704b053cb18e435287c99f8c615..2ceb7124450bdb29a49efd5eb0b86b4eb501a350 100755 (executable)
@@ -3,5 +3,7 @@
 for i in $(seq 1 6); do
   dropdb "peertube_test$i"
   rm -rf "./test$i"
+  rm -f "./config/local-test.json"
+  rm -f "./config/local-test-$i.json"
   createdb "peertube_test$i"
 done