mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 03:15:36 +00:00
make test should not need a tty
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
18bcc15d20
commit
6e8b504efd
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