Skip to content

Commit

Permalink
Merge pull request #1252 from FengtuWang/remove-i
Browse files Browse the repository at this point in the history
remove `-i` option to avoid failure of jenkins in non-interactive mode.
  • Loading branch information
crosbymichael committed Jan 9, 2017
2 parents 9100e5f + b5d4da8 commit 54a4439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit 54a4439

Please sign in to comment.