Browse Source

Correctly cleanup sql command

pull/5593/head
Chocobozzz 2 weeks ago
parent
commit
ce1b5ba78c
No known key found for this signature in database GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      server/tests/peertube-runner/live-transcoding.ts

+ 2
- 0
server/tests/peertube-runner/live-transcoding.ts 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)
})
})

Loading…
Cancel
Save