mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-26 10:40:28 -06:00
Correctly cleanup sql command
This commit is contained in:
parent
2f63f629ad
commit
ce1b5ba78c
@ -188,6 +188,8 @@ describe('Test Live transcoding in peertube-runner program', function () {
|
||||
peertubeRunner.kill()
|
||||
}
|
||||
|
||||
if (sqlCommandServer1) await sqlCommandServer1.cleanup()
|
||||
|
||||
await cleanupTests(servers)
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user