Merge pull request #1545 from RobbKistler/target-consistency

Change hyperkit-test to test-hyperkit
This commit is contained in:
Justin Cormack 2017-04-08 10:02:08 +01:00 committed by GitHub
commit d889c554ca

View File

@ -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)