]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/peertube-runner/live-transcoding.ts
Correctly cleanup sql command
[github/Chocobozzz/PeerTube.git] / 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)
   })
 })