mirror of
https://github.com/containers/podman.git
synced 2025-07-24 07:58:04 +08:00
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:
@ -151,7 +151,7 @@ func createTempDirInTempDir() (string, error) {
|
||||
}
|
||||
|
||||
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)
|
||||
|
||||
sock := strings.TrimPrefix(b.sock, "unix://")
|
||||
|
Reference in New Issue
Block a user