Skip to content

Commit

Permalink
Cirrus: Fix bindings test hang b/c logging config mismatch
Browse files Browse the repository at this point in the history
Massive thanks to @edsantiago for tracking this down.

Ref: containers#12175

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Nov 18, 2021
1 parent 155a443 commit f3021f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bindings/test/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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://")
Expand Down

0 comments on commit f3021f3

Please sign in to comment.