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