mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 21:18:28 +00:00
Merge pull request #295 from justincormack/nottytests
make test should not need a tty
This commit is contained in:
commit
4739e907fc
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user