Skip to content

Commit 18f17fe

Browse files
committed
Fix test regressions with SIGN=NONE
1 parent c435755 commit 18f17fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ test-app/image_v1_signed.bin: $(BOOT_IMG) keytools_check
447447

448448
$(Q)(test $(SIGN) = NONE) || $(SIGN_ENV) $(SIGN_TOOL) $(SIGN_OPTIONS) \
449449
$(SECONDARY_SIGN_OPTIONS) $(BOOT_IMG) $(PRIVATE_KEY) \
450-
$(SECONDARY_PRIVATE_KEY) 1
451-
$(Q)(test $(SIGN) = NONE) && $(SIGN_ENV) $(SIGN_TOOL) $(SIGN_OPTIONS) $(BOOT_IMG) 1
450+
$(SECONDARY_PRIVATE_KEY) 1 || true
451+
$(Q)(test $(SIGN) = NONE) && $(SIGN_ENV) $(SIGN_TOOL) $(SIGN_OPTIONS) $(BOOT_IMG) 1 || true
452452

453453
test-app/image.elf: wolfboot.elf
454454
$(Q)$(MAKE) -C test-app WOLFBOOT_ROOT="$(WOLFBOOT_ROOT)" ELF_FLASH_SCATTER="$(ELF_FLASH_SCATTER)" image.elf

0 commit comments

Comments
 (0)