diff --git a/Makefile b/Makefile index 57c85908..91dca115 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ test-integration: build-container test-system: build-container DTEMP=$(shell mktemp -d --tmpdir=/var/tmp podman-tmp.XXXXXX); \ $(CONTAINER_CMD) --privileged --net=host \ - -v $$DTEMP:/var/lib/containers:Z \ + -v $$DTEMP:/var/lib/containers:Z -v /run/systemd/journal/socket:/run/systemd/journal/socket \ "$(IMAGE)" \ bash -c 'BUILDTAGS="$(BUILDTAGS)" hack/make.sh test-system'; \ rc=$$?; \