diff options
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index dd50f905d..50b231555 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -1029,12 +1029,7 @@ describe('Test multiple servers', function () { | |||
1029 | }) | 1029 | }) |
1030 | }) | 1030 | }) |
1031 | 1031 | ||
1032 | after(async function () { | 1032 | after(function () { |
1033 | killallServers(servers) | 1033 | killallServers(servers) |
1034 | |||
1035 | // Keep the logs if the test failed | ||
1036 | if (this['ok']) { | ||
1037 | await flushTests() | ||
1038 | } | ||
1039 | }) | 1034 | }) |
1040 | }) | 1035 | }) |