Correctly cleanup sql command

pull/5593/head
Chocobozzz 2023-05-10 08:43:16 +02:00
parent 2f63f629ad
commit ce1b5ba78c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

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