mirror of https://github.com/ceph/go-ceph
makefile: no need to require a tty for running tests
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
fee7ff61ce
commit
71d533d14f
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ test:
|
|||
.PHONY: test-docker test-container
|
||||
test-docker: test-container
|
||||
test-container: check-ceph-version .build-docker
|
||||
$(CONTAINER_CMD) run --device /dev/fuse --cap-add SYS_ADMIN $(CONTAINER_OPTS) --rm -it -v $(CURDIR):/go/src/github.com/ceph/go-ceph$(VOLUME_FLAGS) $(DOCKER_CI_IMAGE)
|
||||
$(CONTAINER_CMD) run --device /dev/fuse --cap-add SYS_ADMIN $(CONTAINER_OPTS) --rm -v $(CURDIR):/go/src/github.com/ceph/go-ceph$(VOLUME_FLAGS) $(DOCKER_CI_IMAGE)
|
||||
|
||||
.PHONY: ci-image
|
||||
ci-image: .build-docker
|
||||
|
|
Loading…
Reference in New Issue