Skip to content

Commit 738730c

Browse files
committed
Making python3 a requirement for keytools + fixes for MacOS
1 parent fc547e4 commit 738730c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test-update: test-app/image.bin FORCE
5353

5454
test-self-update: wolfboot.bin test-app/image.bin FORCE
5555
@dd if=/dev/zero bs=131067 count=1 2>/dev/null | tr "\000" "\377" > test-self-update.bin
56-
@$(SIGN_TOOL) --wolfboot-update wolfboot.bin $(PRIVATE_KEY) $(WOLFBOOT_VERSION)
56+
@python3 $(SIGN_TOOL) --wolfboot-update wolfboot.bin $(PRIVATE_KEY) $(WOLFBOOT_VERSION)
5757
@dd if=wolfboot_v$(WOLFBOOT_VERSION)_signed.bin of=test-self-update.bin bs=1 conv=notrunc
5858
@printf "pBOOT" >> test-self-update.bin
5959
@make test-reset

0 commit comments

Comments
 (0)