Merge pull request #1252 from FengtuWang/remove-i

remove `-i` option to avoid failure of jenkins in non-interactive mode.
This commit is contained in:
Michael Crosby 2017-01-09 10:51:13 -08:00 committed by GitHub
commit 54a4439700
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 ./...