1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-13 04:02:29 +00:00

Remove TTY from docker test

This commit is contained in:
J. Fernando Sánchez 2018-06-15 09:52:42 +02:00
parent 57016e1380
commit 1659285f0b

View File

@ -13,7 +13,7 @@ ifdef SENPY_FOLDER
all: build run
test-%:
docker run $(DOCKER_FLAGS) -v $$PWD/$*:/senpy-plugins/ --rm -ti '$(REPO)/$(NAME):$(VERSION)-python$(PYVERSION)' --only-test $(TEST_FLAGS)
docker run $(DOCKER_FLAGS) -v $$PWD/$*:/senpy-plugins/ --rm '$(REPO)/$(NAME):$(VERSION)-python$(PYVERSION)' --only-test $(TEST_FLAGS)
test: test-.