make test should not need a tty

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-07-18 11:08:26 +01:00
parent 18bcc15d20
commit 6e8b504efd

View File

@ -24,7 +24,7 @@ qemu-arm: Dockerfile.qemu.armhf arm
test: Dockerfile.test all
docker build -f Dockerfile.test -t mobytest:build .
docker run -it --rm mobytest:build | tee test.log | grep 'Moby test suite PASSED'
docker run --rm mobytest:build | tee test.log | grep 'Moby test suite PASSED'
.PHONY: clean