From 4bc8637393e86f78d7c12d636ecfac4af8409b51 Mon Sep 17 00:00:00 2001 From: Jiuyue Ma Date: Mon, 5 Sep 2016 18:06:03 +0800 Subject: [PATCH] Makefile: Fix wrong dependency of "integration" target Change dependency of integration to runcimage. Signed-off-by: Jiuyue Ma --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ce84ad71..1e98a90a6 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ unittest: runcimage localunittest: all go test -timeout 3m -tags "$(BUILDTAGS)" ${TESTFLAGS} -v ./... -integration: runctestimage +integration: runcimage docker run -e TESTFLAGS -t --privileged --rm -v $(CURDIR):/go/src/$(PROJECT) $(RUNC_IMAGE) make localintegration localintegration: all