diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-04 08:57:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-04 08:57:37 +0200 |
commit | a9ab599e53b6cc9a51dc4ac490edffce706393ed (patch) | |
tree | e608f132072090d5f7e033efade0d4269ef69041 /scripts/clean | |
parent | ea20306f871c915a9b25224ae1a00b9484259951 (diff) | |
download | PeerTube-a9ab599e53b6cc9a51dc4ac490edffce706393ed.tar.gz PeerTube-a9ab599e53b6cc9a51dc4ac490edffce706393ed.tar.zst PeerTube-a9ab599e53b6cc9a51dc4ac490edffce706393ed.zip |
Try to improve the contributing guide for tests
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 |