Cirrus: Fix bindings test hang b/c logging config mismatch

Massive thanks to @edsantiago for tracking this down.

Ref: https://github.com/containers/podman/issues/12175

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2021-11-04 10:37:38 -04:00
parent 155a443a91
commit f3021f3f6e
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ func createTempDirInTempDir() (string, error) {
} }
func (b *bindingTest) startAPIService() *gexec.Session { func (b *bindingTest) startAPIService() *gexec.Session {
cmd := []string{"--log-level=debug", "--events-backend=file", "system", "service", "--timeout=0", b.sock} cmd := []string{"--log-level=debug", "system", "service", "--timeout=0", b.sock}
session := b.runPodman(cmd) session := b.runPodman(cmd)
sock := strings.TrimPrefix(b.sock, "unix://") sock := strings.TrimPrefix(b.sock, "unix://")