mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 11:25:40 +00:00
Merge pull request #1545 from RobbKistler/target-consistency
Change hyperkit-test to test-hyperkit
This commit is contained in:
commit
d889c554ca
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