mirror of https://github.com/containers/podman.git
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:
parent
155a443a91
commit
f3021f3f6e
|
@ -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://")
|
||||||
|
|
Loading…
Reference in New Issue