remove `-i` option to avoid failure of jenkins in non-interactive mode.

Signed-off-by: Fengtu Wang <wangfengtu@huawei.com>
This commit is contained in:
Fengtu Wang 2017-01-04 16:06:21 +08:00
parent 1e4ca86a72
commit b5d4da872c
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ localtest:
make localunittest localintegration
unittest: runcimage
docker run -e TESTFLAGS -ti --privileged --rm -v $(CURDIR):/go/src/$(PROJECT) $(RUNC_IMAGE) make localunittest
docker run -e TESTFLAGS -t --privileged --rm -v $(CURDIR):/go/src/$(PROJECT) $(RUNC_IMAGE) make localunittest
localunittest: all
go test -timeout 3m -tags "$(BUILDTAGS)" ${TESTFLAGS} -v ./...