Merge pull request #295 from justincormack/nottytests

make test should not need a tty
This commit is contained in:
Justin Cormack 2016-07-18 14:53:54 +01:00 committed by GitHub
commit ebbbad474f

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