]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add bin directory creation for parallel tests
authorChocobozzz <me@florianbigard.com>
Wed, 17 Nov 2021 07:44:46 +0000 (08:44 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 17 Nov 2021 07:44:46 +0000 (08:44 +0100)
shared/extra-utils/server/server.ts

index 1ed00d724ae2b6ad4ecefc82e0af183301d69bbb..31224ebe9f70f1a0b2149da9f5206addca049f83 100644 (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/`,