]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Correctly cleanup sql command
authorChocobozzz <me@florianbigard.com>
Wed, 10 May 2023 06:43:16 +0000 (08:43 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 10 May 2023 06:43:16 +0000 (08:43 +0200)
server/tests/peertube-runner/live-transcoding.ts

index f0acf25c8b07c78888a087e659efc64632f7afb0..13a4cb4e94cfe23613331ba6b231e8407e753fe3 100644 (file)
@@ -188,6 +188,8 @@ describe('Test Live transcoding in peertube-runner program', function () {
       peertubeRunner.kill()
     }
 
+    if (sqlCommandServer1) await sqlCommandServer1.cleanup()
+
     await cleanupTests(servers)
   })
 })