mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Change hyperkit-test to test-hyperkit
Other test targets are all `test-*`, should be consistent Signed-off-by: Robb Kistler <robb.kistler@docker.com>
This commit is contained in:
parent
d15a4e7370
commit
99e1643c82
4
Makefile
4
Makefile
@ -46,8 +46,8 @@ define check_test_log
|
||||
@cat $1 |grep -q 'Moby test suite PASSED'
|
||||
endef
|
||||
|
||||
.PHONY: hyperkit-test
|
||||
hyperkit-test: $(MOBY) test-initrd.img test-bzImage test-cmdline
|
||||
.PHONY: test-hyperkit
|
||||
test-hyperkit: $(MOBY) test-initrd.img test-bzImage test-cmdline
|
||||
rm -f disk.img
|
||||
script -q /dev/null $(MOBY) run test | tee test.log
|
||||
$(call check_test_log, test.log)
|
||||
|
Loading…
Reference in New Issue
Block a user