From af4585d655ad2d62128d359d3c6be2d5023855cf Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 20 Feb 2018 10:49:05 +0100 Subject: [PATCH] Makefile: stub out ostree in unit tests Signed-off-by: Antonio Murdaca --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60898f92..1e097a13 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ integration: crioimage docker run -e STORAGE_OPTIONS="--storage-driver=vfs" -e TESTFLAGS -e TRAVIS -t --privileged --rm -v ${CURDIR}:/go/src/${PROJECT} ${CRIO_IMAGE} make localintegration testunit: - $(GO) test -tags "$(BUILDTAGS)" -cover $(PACKAGES) + $(GO) test -tags "$(BUILDTAGS) containers_image_ostree_stub" -cover $(PACKAGES) localintegration: clean binaries test-binaries ./test/test_runner.sh ${TESTFLAGS}