Add bin directory creation for parallel tests
This commit is contained in:
parent
1606ac207d
commit
5678353d4f
|
@ -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/`,
|
||||
|
|
Loading…
Reference in New Issue