mirror of https://github.com/Chocobozzz/PeerTube
Correctly cleanup sql command
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