aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-17 08:44:46 +0100
committerChocobozzz <me@florianbigard.com>2021-11-17 08:44:46 +0100
commit5678353d4fb0ddd8bea044868576ee02cdbabedb (patch)
treeac613be78d16170b682fc10b9aedbc5acaee5b7e /shared
parent1606ac207dd276dd2ad9971608ff7320d2b8ffeb (diff)
downloadPeerTube-5678353d4fb0ddd8bea044868576ee02cdbabedb.tar.gz
PeerTube-5678353d4fb0ddd8bea044868576ee02cdbabedb.tar.zst
PeerTube-5678353d4fb0ddd8bea044868576ee02cdbabedb.zip
Add bin directory creation for parallel tests
Diffstat (limited to 'shared')
-rw-r--r--shared/extra-utils/server/server.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/extra-utils/server/server.ts b/shared/extra-utils/server/server.ts
index 1ed00d724..31224ebe9 100644
--- a/shared/extra-utils/server/server.ts
+++ b/shared/extra-utils/server/server.ts
@@ -322,6 +322,7 @@ export class PeerTubeServer {
322 }, 322 },
323 storage: { 323 storage: {
324 tmp: `test${this.internalServerNumber}/tmp/`, 324 tmp: `test${this.internalServerNumber}/tmp/`,
325 bin: `test${this.internalServerNumber}/bin/`,
325 avatars: `test${this.internalServerNumber}/avatars/`, 326 avatars: `test${this.internalServerNumber}/avatars/`,
326 videos: `test${this.internalServerNumber}/videos/`, 327 videos: `test${this.internalServerNumber}/videos/`,
327 streaming_playlists: `test${this.internalServerNumber}/streaming-playlists/`, 328 streaming_playlists: `test${this.internalServerNumber}/streaming-playlists/`,