From: Chocobozzz Date: Wed, 10 May 2023 06:43:16 +0000 (+0200) Subject: Correctly cleanup sql command X-Git-Tag: v5.2.0-rc.1~166 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ce1b5ba78c35cfd4df123cab49aef1d14ca0f9b7;p=github%2FChocobozzz%2FPeerTube.git Correctly cleanup sql command --- diff --git a/server/tests/peertube-runner/live-transcoding.ts b/server/tests/peertube-runner/live-transcoding.ts index f0acf25c8..13a4cb4e9 100644 --- a/server/tests/peertube-runner/live-transcoding.ts +++ b/server/tests/peertube-runner/live-transcoding.ts @@ -188,6 +188,8 @@ describe('Test Live transcoding in peertube-runner program', function () { peertubeRunner.kill() } + if (sqlCommandServer1) await sqlCommandServer1.cleanup() + await cleanupTests(servers) }) })