1
0
Fork 0

Add bin directory creation for parallel tests

This commit is contained in:
Chocobozzz 2021-11-17 08:44:46 +01:00
parent 1606ac207d
commit 5678353d4f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ export class PeerTubeServer {
},
storage: {
tmp: `test${this.internalServerNumber}/tmp/`,
bin: `test${this.internalServerNumber}/bin/`,
avatars: `test${this.internalServerNumber}/avatars/`,
videos: `test${this.internalServerNumber}/videos/`,
streaming_playlists: `test${this.internalServerNumber}/streaming-playlists/`,